Shopping Cart

{{ item.name }}

{{ item.quantity }} × {{ item.price }}
Sub Total {{$formatPrice(cart.subtotal ?? 0)}}
Total {{$formatPrice(cart.subtotal ?? 0)}}
Image Product Quantity Total Remove
{{ product.name }}
{{ option.name }} {{ product.attributes.options.length != index + 1 ? ', ' : '' }}
{{product.quantity}} {{ $formatPrice(product.price) }}

Price Total

Tax {{ $formatPrice(cart.tax) }}
Subtotal {{ $formatPrice(cart.subtotal) }}
Total {{ $formatPrice(cart.total) }}
Proceed To CheckOut