{{category.name}}
({{category.products.length}} items)
{{categoryDiscounts[category.id][0]?.type != 'FLAT' ? 'upto' : 'flat'}}
{{categoryDiscounts[category.id][0]?.type == 'PERCENTAGE' ? '' : shop.currency_data.symbol_native}}{{categoryDiscounts[category.id][0]?.value}}{{categoryDiscounts[category.id][0]?.type == 'PERCENTAGE' ? '%' : ''}} off
{{categoryDiscounts[category.id][0]?.type != 'FLAT' ? 'upto' : 'flat'}} {{categoryDiscounts[category.id][0]?.type == 'PERCENTAGE' ? '' : shop.currency_data.symbol_native}}{{categoryDiscounts[category.id][0]?.value}}{{categoryDiscounts[category.id][0]?.type == 'PERCENTAGE' ? '%' : ''}} off
{{product.productCouponDetail[0]?.type != 'FLAT' ? 'upto' : 'flat'}} {{product.productCouponDetail[0]?.type == 'PERCENTAGE' ? '' : shop.currency_data.symbol_native}}{{product.productCouponDetail[0]?.value}}{{product.productCouponDetail[0]?.type == 'PERCENTAGE' ? '%' : ''}} off
{{ product.name | truncate(30, '...') }} {{ product.availability == false ? ' - not available': ''}}
{{product.desc}}
{{shop.currency_data.symbol_native}} {{product.mrp}} {{shop.currency_data.symbol_native}} {{product.price.toFixed(shop.currency_data.decimal_digits)}}
- {{product.value_per_unit}} {{product.unit}}
your cart
{{cartLength}} items
{{shop.currency_data.symbol_native}}{{calculateProductPrice(product)}}
{{ 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).reduce((a,name)=>a + '(+'+name+')',' ') }}
{{shop.currency_data.symbol_native}} {{product.price.toFixed(shop.currency_data.decimal_digits)}}
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)}}
total {{shop.currency_data.symbol_native}}{{total.toFixed(shop.currency_data.decimal_digits)}}
Minimum order is {{min_price}} to make delivery.
Add {{min_more_price}} more to go.
Add {{free_price}} to make delivery free.