All Collections
Currency Bear
App installation
Setup - how to add currency converter in your store
Setup - how to add currency converter in your store
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago


You can watch the step by step video guide here:

Part 1 - add the currency formatting to your store

1. Click “Settings” then click “General”.

2. Scroll down to “Store Currency” then click “Change Formatting”.

3. Scroll down to "CURRENCY FORMATTING".

Copy the following code:

<span class="money conversion-bear-money">${{amount}} USD</span>

(!) replace "$" and "USD" with your default currency if needed.

Paste the code inside “HTML with currency”:

Copy the following code:

<span class="money conversion-bear-money">${{amount}}</span>

(!) replace "$" with your default currency if needed.

Paste the code inside “HTML without currency”:

4. Click "Save".

Part 2 - enable the app

1. Open the app.

2. Click on “Enable”.

3. Head over to your store, and test the app is working correctly.

Did this answer your question?