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
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