Please note that this Support article contains frontend customizations via modifying the legacy Algolia template files, which are deprecated and unsupported by the Algolia Support Team.
For more information, please review this Support article - "Why is modifying Algolia template files for customizations not supported?"
Our plugin will attempt to use the currency configured as the "store currency" through a formatter provided by Shopify. In some specific scenarios, this formatter isn't available and our widgets fallback to using the "$" symbol.
If that's happening for you, it is possible to format the currency symbol as required.
To do that, please update the algolia.formatMoney function located in the javascripts/algolia_init.js.liquid file in order to use a proper fallback:
"return '$' + val;"
You can change the dollar symbol in that function to the currency symbol of your choice.