฿ {{item.unit_amount}}
x {{item.quantity}}
= ฿ {{Number(item.unit_amount * item.quantity).toFixed()}}
ค่าสินค้า ({{this.cart.filter(x=>x.selected).length}} รายการ) | ฿ {{total_before_shipping_tax()}} |
Discount ({{appliedPromo.discount}}%) | ฿ {{discount()}} |
ค่าจัดส่ง ({{shippingAddress.zipcode}})
ระยะเวลาจัดส่ง 1-3 วัน |
฿ {{this.costs.shippingFee}} |
VAT (7%) | ฿ {{vat()}} |
Grand Total | ฿ {{grand_total()}} |