{{@global.pageLanguageSetting.payment_details_mcom}}
- {{@global.pageLanguageSetting.subtotal_mcom}}{{format_currency currency}}{{subtaotal}}
{{#root_Compare @root.discountPrice "!=" "0.00"}}
- {{@global.pageLanguageSetting.discount_mcom}} {{#js_compare "this.discountRate == 'Percentage' "}}({{discountRateee}}%){{/js_compare}} - {{format_currency currency}}{{discountPrice}}
{{/root_Compare}}
{{#root_Compare @root.coupandiscount "!=" "0.00"}}
- {{@global.pageLanguageSetting.coupon_mcom}} {{#js_compare "this.coupandiscountType == 'Percentage' "}}({{couponDiscountee}}%){{/js_compare}} - {{format_currency currency}}{{coupandiscount}}
{{/root_Compare}}
{{#root_Compare @root.shippingPrice "!=" "0.00"}}
- {{@global.pageLanguageSetting.shipping_mcom}} {{#js_compare "this.shippingRate == 'Percentage' "}}({{shippingratee}}%){{/js_compare}} {{format_currency currency}}{{shippingPrice}}
{{/root_Compare}}
{{#root_Compare @root.taxPrice "!=" "0.00"}}
- {{@global.pageLanguageSetting.tax_mcom}} {{#js_compare "this.taxRate == 'Percentage' "}}({{taxratee}}%){{/js_compare}} {{format_currency currency}}{{taxPrice}}
{{/root_Compare}}
{{#miscTax.list}}
{{#root_Compare @root.taxAmount "!=" "0.00"}}
- {{taxType}} {{#js_compare "this.taxRate == 'Percentage' "}}({{taxrate}}%){{/js_compare}} {{format_currency currency}}{{taxAmount}}
{{/root_Compare}}
{{/miscTax.list}}
- {{@global.pageLanguageSetting.grand_total_mcom}} {{format_currency currency}}{{grandtaotal}}