techlab / jquery-smartcart

The smart interactive jQuery Shopping Cart plugin with PayPal payment support
http://techlaboratory.net/smartcart
Other
95 stars 40 forks source link

Unable to set Indian Currency #17

Open zahidshaikh opened 4 years ago

zahidshaikh commented 4 years ago

I tried many things, including the below combinations $('#smartcart').smartCart({ locales: 'en-IN', currencyOptions: { style: 'currency', currency: 'INR', currencyDisplay: '₹' }

});

and

$('#smartcart').smartCart({ locales: 'en-IN', currencyOptions: { style: 'currencyDisplay', currency: 'INR', currencyDisplay: '₹' }

});

I even tried changing the original snartCart.js file, still I am unable to change the currency to INR.

I even built a custom jquery search replace to remove the $ sign and ran it on itemAdded event, still nothing