Guest User

Untitled

a guest
Jan 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1.  
  2.         while($Row03 = mysql_fetch_array($Result03))
  3.         {
  4.         $order_item_sku                 = ($Row03 [order_item_sku]);
  5.         $order_item_name                    = ($Row03 [order_item_name]);
  6.         $product_quantity                   = ($Row03 [product_quantity]);
  7.         $product_item_price_excl_vat    = ($Row03 [product_item_price_excl_vat]);
  8.         $RowTotal                           = number_format($product_item_price_excl_vat * $product_quantity, 2);
Add Comment
Please, Sign In to add comment