Quantity |
Item Image |
Item Name |
Price Each |
Extended Price |
|
|
";
echo $carttemp_quan;
echo " | ";
echo "";
echo "";
echo "THUMBNAIL IMAGE | ";
echo "";
echo "";
echo $products_name;
echo " | ";
echo "";
echo $products_price;
echo " | ";
echo "";
//get extended price
$extprice = number_format($products_price * $carttemp_quan, 2);
echo $extprice;
echo " | ";
echo "";
echo "Make Changes to Cart";
echo " | ";
echo "";
//add extended price to total
$total = $extprice + $total;
}
?>
Your total before shipping is: |
|
|
|