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