SLICED DRY FRUITS
Home
/
Store
/
SLICED DRY FRUITS
Refine by
Filters
Clear all
Filters
Clear all
Show items
Show items
MOST POPULAR
Sliced Almonds-225g x 2+1 FREE
was
₹1 782.00
Save
₹594.00
₹1 188.00
Sliced Almonds-225g x 2+1 FREE
Save Rs.594 PACKED : 04/25
Add to cart
Sliced Almonds-450g
₹1 150.00
Sliced Almonds-450g
Packed: 04/25
Add to cart
Wholesale Pack
Sliced Almonds-6.75kg
was
₹17 820.00
Save
₹4 455.00
₹13 365.00
Sliced Almonds-6.75kg
Packed:04/25
Add to cart
MOST POPULAR
Diced Almonds-225g x 2+1 FREE
was
₹1 782.00
Save
₹594.00
₹1 188.00
Diced Almonds-225g x 2+1 FREE
Save Rs,594 PACKED : 04/25
Add to cart
Diced Almonds-450g
₹1 188.00
Diced Almonds-450g
Packed: 04/25
Add to cart
Wholesale Pack
Diced Almonds-6.75kg
was
₹17 820.00
Save
₹4 455.00
₹13 365.00
Diced Almonds-6.75kg
Packed:04/25
Add to cart
MOST POPULAR
Pista Flakes-225g x 2+1 FREE
was
₹3 240.00
Save
₹1 080.00
₹2 160.00
Pista Flakes-225g x 2+1 FREE
Save Rs.1080 PACKED : 04/25
Add to cart
Pista Flakes-450g
₹2 130.00
Pista Flakes-450g
Packed: 04/25
Add to cart
Wholesale Pack
Pista Flakes-6.75kg
was
₹32 400.00
Save
₹8 100.00
₹24 300.00
Pista Flakes-6.75kg
Packed:04/25
Add to cart
Skip to main content
One Day Exclusive Supersale: Buy 2 Get 1 FREE. Cash on Delivery Available.
Menu
Store
About Us
Delivery
Contact us
+91 99450 22211
contact@indiannutscompany.com
// Add this to Ecwid → Settings → General → Advanced Settings → "JavaScript for footer" document.addEventListener('DOMContentLoaded', function() { // Wait for Ecwid to fully load if (typeof Ecwid !== 'undefined') { Ecwid.OnPageLoaded.add(function(page) { if (page.type === 'CART') { // Delay slightly to ensure cart data is ready setTimeout(showSavings, 500); } }); } function showSavings() { const cart = Ecwid.getCart(); if (!cart || !cart.items) return; let totalSavings = 0; let hasDiscounts = false; // Calculate savings cart.items.forEach(item => { if (item.originalPrice && item.originalPrice > item.price) { totalSavings += (item.originalPrice - item.price) * item.quantity; hasDiscounts = true; } }); // Remove existing savings display (avoid duplicates) const oldSavings = document.querySelector('.ecwid-cart-savings'); if (oldSavings) oldSavings.remove(); // Only show if discounts exist if (hasDiscounts) { const savingsHtml = `
🎉 You saved:
$${totalSavings.toFixed(2)}
`; // Insert above checkout button (works with most Ecwid themes) const checkoutSection = document.querySelector('.ec-cart__footer, .ec-cart__summary-row-total'); if (checkoutSection) { checkoutSection.insertAdjacentHTML('beforebegin', savingsHtml); } } } // Also update when cart changes (e.g., quantity updated) Ecwid.OnCartChanged.add(function() { if (Ecwid.getPageType() === 'CART') { setTimeout(showSavings, 300); } }); });