Shopping Cart

  • Cart Page

    Your cart is currently empty.

    Image Branch Name Product Name Price Quantity SOS Total Remove
    {{ cartItem.bitem.branch.name }} {{ cartItem.bitem.item.item_name }} €{{ getFinalPrice(cartItem) }}
    {{ item.name }} - {{ (item.price * cartItem.quantity).toFixed(2) == 0 ? 'Included' : '€' + (item.price * cartItem.quantity).toFixed(2) }}
    Total: €{{ (getTotalSOS(index) * cartItem.quantity).toFixed(2) }} €{{ (getTotalSOS(index) * cartItem.quantity).toFixed(2) }}
    No SOS items
    €{{ calculateRowTotal(cartItem, index) }}

    Cart Totals

    Cart Subtotal Subtotal: €{{ calculateSubtotal() }}
    Order Total

    €{{ calculateOrderTotal() }}