Our plugin tries 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 use the "$" symbol.
If that's your case, it's possible to format the currency symbol as per your wish.
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.
Last reviewed 20-05-22.