your cart {{cartLength}} items
{{ product.name | truncate(30, '...') }} {{ Object.values(product.variant || {}).join(' | ')}}
{{ Object.keys(product.addon || {}).filter(addonId => product.addon[addonId] === true).map(adonId=>product.addons.find(ad=>ad._id == adonId).name).join(', ') }}
{{shop.currency_data.symbol_native}} {{product.price.toFixed(shop.currency_data.decimal_digits)}}
{{shop.currency_data.symbol_native}}{{calculateProductPrice(product)}}
Get {{coupon?.type != 'FLAT' ? 'upto' : 'flat'}} {{coupon?.type == 'PERCENTAGE' ? '' : shop.currency_data.symbol_native}}{{coupon?.value}}{{coupon?.type == 'PERCENTAGE' ? '%' : ''}} off.
Minimum order value: {{shop.currency_data.symbol_native}}{{coupon?.minimum_cart_value}}
{{this.couponErrorMsg}}
subtotal {{shop.currency_data.symbol_native}}{{subtotal.toFixed(shop.currency_data.decimal_digits)}}
{{tax.name}} {{shop.currency_data.symbol_native}}{{(tax.percent/100*taxable_amount).toFixed(shop.currency_data.decimal_digits)}}
delivery fee {{shop.currency_data.symbol_native}}{{ delivery.toFixed(this.shop.currency_data.decimal_digits) }}
coupon - {{selectedCoupon && selectedCoupon?.title}} - {{shop.currency_data.symbol_native}}{{discountValue}}
discount - {{shop.currency_data.symbol_native}}{{item_level_discount.toFixed(shop.currency_data.decimal_digits)}}