Your Shopping Cart

Please use this form to update your shopping cart. You may change the quantities, move items to your wish list for future purchasing, or remove items entirely. The shipping and handling cost is based upon the order total. When you are ready to complete your purchase, please click Checkout to be taken to a secure page for processing.

'; // Check the stock status: if ($row['stock'] < $row['quantity']) { echo ''; } // Add the subtotal to the total: $total += $subtotal; } // End of WHILE loop. // Add the shipping: $shipping = get_shipping($total); $total += $shipping; echo ' '; // Display the total: echo ' '; ?>
Item Quantity Price Subtotal Options
' . $row['category'] . '::' . $row['name'] . ' $' . $price . ' $' . number_format($subtotal, 2) . ' Move to Wish List
Remove from Cart
There are only ' . $row['stock'] . ' left in stock of the ' . $row['name'] . '. Please update the quantity, remove the item entirely, or move it to your wish list.
Shipping & Handling $' . $shipping . '  
Total $' . number_format($total, 2) . '  


Checkout