'; echo '...'; echo '' . $product . ''; echo '' . $quantity . ''; echo '$' . number_format($price,2) . ''; echo '$' . number_format($quantity * $price,2) . ''; echo ''; } $taxPercent = 0.10; $shippingThreshold = 2000; $shippingFlatAmount = 100; ?> Chapter 8