Shopping Cart
Sold by: {{ sellerName || 'FirstBy Marketplace' }}
📦
{{ item.name }}
{{ key }}: {{ val }}
{{ item.quantity }}
{{ formatPrice(item.price * item.quantity) }}
Order Summary
Coupon applied: -{{ formatPrice(discount) }}
Subtotal ({{ totalItems }} items){{ formatPrice(subtotal) }}
Shipping estimate{{ shippingCost > 0 ? formatPrice(shippingCost) : 'Free' }}
Tax estimate{{ formatPrice(taxEstimate) }}
Discount-{{ formatPrice(discount) }}
Total{{ formatPrice(total) }}