{{category.name}}
({{category.products.length}} Articles)
{{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 ? ' - Indisponible': ''}}
{{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}}
Votre panier
{{cartLength}} Articles
{{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.
Valeur minimum de commande: {{shop.currency_data.symbol_native}}{{coupon?.minimum_cart_value}}
{{this.couponErrorMsg}}
Sous-total {{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)}}
Frais de livraison {{shop.currency_data.symbol_native}} {{ delivery.toFixed(this.shop.currency_data.decimal_digits) }}
Bon de réduction - {{selectedCoupon && selectedCoupon?.title}} - {{shop.currency_data.symbol_native}}{{discountValue}}
Remise - {{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)}}
La commande minimale est de {{min_price}} pour effectuer la livraison.
Ajoutez {{min_more_price}} en plus pour être bon.
Ajouter {{free_price}} pour rendre la livraison gratuite.