ตะกร้าสินค้า

# สินค้า ราคา/หน่วย จำนวน ราคารวม
{{ index + 1 }} {{ cart.name }} {{ number_format(cart.price, 2) }}
{{ number_format(cart.price * cart.quantity, 2) }}
ยอดรวม {{ number_format(store.summary.sub_total, 2) }}
รหัสคูปอง
ส่วนลด ( code {{ store.summary.code }} ) {{ number_format(store.summary.discount, 2) }}
ภาษี {{ number_format(store.summary.tax, 2) }}
ค่าจัดส่ง {{ number_format(store.summary.shipping, 2) }}
ยอดรวมสุทธิ {{ number_format(store.summary.grand_total, 2) }}