Skip to content

Unable to set Indian Currency #17

Description

@zahidshaikh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions