GIFTING
Home
/
Store
/
GIFTING
Refine by
Filters
Clear all
Filters
Clear all
Show items
Show items
On Sale
Gifting- Dry fruit gift box- Small
was
₹800.00
Save
₹160.00
₹640.00
Gifting- Dry fruit gift box- Small
Made On Order
Add to cart
On Sale
Wooden box Dry fruit gift hamper
was
₹4 400.00
Save
₹880.00
₹3 520.00
Wooden box Dry fruit gift hamper
Made to Order
Add to cart
MADE ON ORDER
Luxury Stuffed Assorted Dates Gift Box (Medjool)
was
₹1 500.00
Save
₹300.00
₹1 200.00
Luxury Stuffed Assorted Dates Gift Box (Medjool)
Add to cart
On Sale
Assorted premium stuffed dates-Safawi
was
₹1 680.00
Save
₹210.00
₹1 470.00
Assorted premium stuffed dates-Safawi
Made On Order
Add to cart
On Sale
Gifting-Premium Ajwa gift box
was
₹1 650.00
Save
₹330.00
₹1 320.00
Gifting-Premium Ajwa gift box
Add to cart
On Sale
Gifting- Medjool jumbo- LUXURY Gift box (Large)
was
₹4 250.00
Save
₹850.00
₹3 400.00
Gifting- Medjool jumbo- LUXURY Gift box (Large)
Made on Order
Add to cart
On Sale
Gifting- Premium Dates Combo
was
₹5 900.00
Save
₹1 300.00
₹4 600.00
Gifting- Premium Dates Combo
Made On Order
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); } }); });