Shopping Cart
//apply coupon free shipping messaging
if (isset($_SESSION['neededSpend'])) {
echo 'Spend $' . $_SESSION['neededSpend'] . ' more to receive FREE SHIPPING!';
} elseif ($_SESSION['minimumReached']) {
echo 'Your shipping on this order is FREE!';
}
?>
There are no products in your cart.
Subtotal: $0.00
Shipping & Handling: calculated at checkout
Tax: calculated at checkout (if applicable)
Promo Codes: apply at checkout (if applicable)
Total: $0.00