小計
{{ presentmentCurrencyPriceFormat(cart['subtotal']) }}
折後價:
{{ presentmentCurrencyPriceFormat(Number(cart.total) - cart.shipping_fee ) }}
{{ presentmentCurrencyPriceFormat(Number(cart.total) - cart.shipping_fee - cart.tax_shipping_fee - cart.tax_total_amount ) }}
{{ cart.tax_name }}:
{{ presentmentCurrencyPriceFormat(cart.tax_total_amount) }}
運輸費用
( 含稅 )
收取運費/送貨稅: {{ presentmentCurrencyPriceFormat(cart.tax_shipping_fee) }}
{{ presentmentCurrencyPriceFormat(cart['shipping_fee']) }}
-
-
{{ presentmentCurrencyPriceFormat(cart['shipping_fee']) }}
{{ ship_result['rule']['message'] }}
oder.vat.tax_shipping_charges:
{{ presentmentCurrencyPriceFormat(cart.tax_shipping_fee) }}
{{ rule.name }}
{{ presentmentCurrencyPriceFormat(rule.amount) }}
會員錢包:
- {{presentmentCurrencyPriceFormat(cart.loyalty_wallet_amount)}}
捨入調整:
{{currency}} {{currency_sign}}{{cart.rounding}}
總計 ( 含稅 )
{{ presentmentCurrencyPriceFormat(cart.total_after_loyalty_wallet) }}
總付款
{{currency}} {{currency_sign}}{{ priceFormat(cart.total_after_loyalty_wallet) }}
{{cart.tax_name}}: {{ presentmentCurrencyPriceFormat(cart.tax_total_amount) }}
我們將以 HKD 收費。
{{ item.name }}
Code: {{ item.promotion_code }}
Cash Dollars
總共 {{currency_sign}}{{getMemberTotalCashDollar().toFixed(0)}} ({{cart_extra_data.member_point_info.total_point}} 分)
最多可兌換: {{currency_sign}}{{getMaxUsableCashDollar()}}
已使用: {{currency_sign}}{{cart.loyalty_cash_dollar}} ({{cashDollarToPoint(cart.loyalty_cash_dollar)}} 分)