How do I prevent conversion of a particular price?

Currency Converter+ will automatically detect on most Shopify themes the prices that must not be converted to the customer currency. Those prices will remain displayed in the store currency.

However, in some uncommon cases, it is possible that some prices are not recognised as ignored prices. You can always contact us for help but, if you are comfortable with HTML, you can set a jQuery selector for the HTML elements of the prices you want to fix.

You can find it within the Advanced preferences section on app preferences dashboard page:

Once there, go down the page to find the Ignored prices section:

Fill the  Ignored prices field with jQuery selectors pointing to the prices you want to ignore. 

Use jQuery notation to write the selectors for each use case, for instance,  span.ignore-price or #ignored-price.

If you want to write two or more selectors, a comma-separated list can be provided. For instance,  #ignored-price, .ignore-price 

An alternative approach using HTML

There is another way to prevent the conversion of some prices using a CSS class instead of the app configuration. This is useful for theme developers or people that are familiar with modifying the store templates.

In that case, if you don't want a particular price to be converted to other currencies, you can do it by setting the CSS class cbb-ignored-price on any HTML ancestor of the price element.

The same applies to a whole section where you don't want prices to be converted.

If you need any assistance on setting that up drop us an email pointing us to the places where no conversion is required.