Separate currency for each language

Categories

Translated using on Google Translate


The "Separate currency for each language" module is designed to add its separate currency for each language version of the site to the online store based on CS-Cart.

When changing the language, the selected currency changes. If the user changes manually manually for the language, then when switching between language versions, the currency will remain selected by the user. If the user has not changed currency, it will change when switching languages ​​automatically.


Important! For versions of CS-Cart below 4.13.2 Add such a code fragment in fn_init_language() app/functions/fn.init.php:

if(AREA == 'C') {            
     if(function_exists('fn_upc_currency_for_lang_switch_currency'))
         fn_upc_currency_for_lang_switch_currency(CART_LANGUAGE);
 } 

Images

Comments
No reviews yet
Write your comment
Name*
Email*
Enter your comment*