- Clerk.io Help Center
- Using Clerk.io on Magento 1
- Using Clerk.io in Your Store
-
Working with Clerk.io
-
Using Clerk.io on Other / Custom Platforms
-
Using Clerk.io on Shopify
-
Using Clerk.io on Magento 1
-
Using Clerk.io on Magento 2
-
Using Clerk.io on WooCommerce
-
Using Clerk.io on Prestashop
-
Using Clerk.io on BigCommerce
-
Using Clerk.io on Shoporama
-
Using Clerk.io on Shopware 6
-
Using Clerk.io on DanDomain
-
Using Clerk.io on Lightspeed
-
Using Clerk.io on SmartWeb / HostedShop
-
Using Clerk.io on DynamicWeb
-
Using Clerk.io with Any Email Client
-
Using Clerk.io with Copernica
-
Using Clerk.io with Autopilot
-
Using Clerk.io with Active Campaign
-
Using Clerk.io with Marketing Platform
-
Using Clerk.io with MailChimp
-
Using Clerk.io with MailUp
-
Using Clerk.io with Apsis
-
Using Clerk.io with UbiVox
-
Using Clerk.io with CleverReach
-
Using Clerk.io with Google Ads
-
Using Clerk.io with Act-On
-
Audience Integrations with Facebook
-
Using Clerk.io with DotDigital
-
Using Clerk.io with Klaviyo
Using Currency Conversion in Magento 1
Change the prices Clerk.io shows, to match the customers currency.
Currency Conversion in extension v3.0.3 and up
If you have an extension form pre v3.0.3, an update will be necessary in order to be able to use this guide. Here is the guide on how to update:
Upgrading to clerk.js 2 on Magento 1
From v3.0.3 of the Magento 1 extension, Currency Conversion is included by default, if you are using Magento 1's standard conversion function.
Its added in my.clerk.io -> Designs, with the formatter price_in_currency.
The helper can be added to your Design in the following way:
<div class="clerk-product-price">
{{ product.price_final_excl_tax | price_in_currency }}
</div>
The helper will automatically convert the price to the currency of the current session, and add the currency symbol.
Example output:
