[Opencart] Link Currency to Language
![[Opencart] Link Currency to Language [Opencart] Link Currency to Language](https://www.sunflowerbiz.com/image/cache/data/opencart/2oc-link-language-currency-icon-228x228.png)
Price: $20.00
This module allows you to assign one or more currencies to a language after a simple configuration on the backend. On the front page, after a customer selects a language, it will auto display the currencies assigned to this specific language.
Configuration:
Front page:
Additional Info:
Support Opencart 1.5.x-3.x
Questions/support: info@sunflowerbiz.com
Vqmod version installation:
-Please run the following scripts in phpmyadmin
ALTER TABLE `language` ADD `currency` VARCHAR( 255 ) NOT NULL ;
Note: If your table name has prefix, please change table name to [prefix]_language.
-Please rename language_currency.xml_1.4.9.x-1.5.1.x or language_currency.xml_1.5.2.x-1.5.4.x under /vqmod/xml based on your opencart version to language_currency.xml and copy to your /vqmod/xml folder.
Ocmod version installation:
-Upload the whole module zip file in admin->extension installer
-Refresh the modification and theme cache after installation.
-Enable this module in the module list.