Search for products..

Home / Categories / Spice /

Tejpatta | Bay Leaf

BUY 55 GET 1

Tejpatta | Bay Leaf



badge
badge
badge

Similar products


Home

Cart

Account

// PWA Core Installation Script let deferredPrompt; window.addEventListener('beforeinstallprompt', (e) => { e.preventDefault(); deferredPrompt = e; }); document.addEventListener('click', function (e) { if (e.target && e.target.id === 'pwa-install-btn') { if (deferredPrompt) { deferredPrompt.prompt(); deferredPrompt.userChoice.then((choiceResult) => { if (choiceResult.outcome === 'accepted') { console.log('User installed the PWA app'); } deferredPrompt = null; }); } else { alert("To download Chunar Mart, please tap your mobile browser menu button (3 dots in Chrome or Share icon in Safari) and click 'Add to Home Screen'!"); } } });