Guest User

Untitled

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