Some prices are not detected in my store

Currency converter+ will try to detect where the prices are displayed on your pages. This is automatically achieved in most cases, but if it does not happen in your store, you can adapt your Shopify currency configuration to help the app to detect prices.

To do that, please go to your Shopify admin and then to SettingsGeneralStore currency and click on Change formatting. Then fill in the values like in the following image but adapted to your currency:

The 'HTML with currency' configuration is:

<span class=money>${{amount}} USD</span>

(replace $ with your currency symbol and USD with your currency code).

The 'HTML without currency' configuration is:

<span class=money>${{amount}}</span>

(replace $ with your currency symbol).

If some prices remain undetected, don't hesitate to contact us if you need help configuring these values.