0) { if ($action === 'update') { cart_update($productId, $quantity); flash_set('success', 'Cart updated.'); } else { cart_add($productId, $quantity); flash_set('success', 'Item added to cart.'); } } header('Location: /cart.php'); exit; } $items = cart_items(); $total = cart_total(); render_header('Cart - E-SO9', 'cart'); ?>

Your cart

Your cart is empty. Browse products to get started.
Go to shop
Product Price Qty Total
Subtotal
Shipping $0.00
Total
Proceed to checkout