You can assign a different currency to each product with OpenCart Multi Currencies extension. The currency assigned to the products is automatically converted to the currency selected on catalog page. You can also list prices in currencies other than the selected currency on product page.
If you have other multi-currency extension on your system, you must purchase the this extension along with the extension install option on the OpenCart Service page. If the extension you use has features that are not available in our extension, these features will no longer be used after the installation.
Module Features
- Add different currency to each product.
- Listing prices for other currencies on product page. You can choose the currencies you want to show from the extension settings.
- Get paid with default currency on the checkout page. You can turn it enable/disable from the extension settings.
- Filtering by currency in the management product list.
- OpenCart Ajax Price Update extension ve Journal v3 Ajax price update and Ajax Live Options (denise92) support.
- No core files overwritten.
Supported Themes
The extension supports the following themes by default. It may not work due to changes you make or other extensions you have installed. You can contact us about errors or other themes.
- Journal v3 Theme support.
Extension Features | |
Compatibility | 2.3x, 3.x |
v1.1.1 Değişiklikler
- Fixed bugs for OpenCart 2.3.0.2.
- Conflict errors with other 3rd party extensions.
v1.1.0 Changelog
- Fixed option price calculation error.
- Added Ajax Live Options (denise92) extension support.
v1.0.0 Changelog
- Initial release.
How to Install?
- Upload file multi-currency-x.x.x.ocmod.zip on Extensions->Extension Installer.
- Click Refresh button on Extensions->Modifications.
- If you are using a cache system, clear your cache.
- Extensions->Extensions->Module->Install E-Piksel Multi Currency extension and set settings.
- When the installation is complete, the default currency will be assigned to all your products automatically.
Journal Theme
Complete the steps above and apply the following changes to the catalog/view/theme/journal3/js/journal.js
file.
FIND
if (json['response']['discounts']) {
ADD BEFORE
if (json['response']['currencies']) {
$('.product-currencies').html(json['response']['currencies']);
}
Loading...
OpenCart Multi Currencies
Quantity | Price | Discount |
5 qty or more | $21.10 | %30.60 |
10 qty or more | $16.86 | %44.54 |
General Attributes | |
Date Added | 03/03/2021 |
Last Update | 15/06/2023 |
Brand | OpenCart |
Product Code | EPMOD69 |
Tags | Opencart, Multi Currencies, Opencart Multi Currencies, Currencies, Currency |
Extension Features | |
Compatibility | 2.3x, 3.x |