Hello
I have my web site in FR and US
For the description all is OK, I get add text in FR or US, but for the UPC or ISBN, I would like to have in 2 different language.
Actually, he file accept only on language.
Is it available in 2 language, because its file that I add on product page and when the customer choice FR, the file must be come in FR and if the customer choice US, this file must be come in US
Thanks for help
Michel
In EVERY LANGUAGE:
...\catalog\language\whatever-language\product\product.php
usually, some Content like shown below exists, just waiting, to be rewritten, to match your Wishes:
as well as in a similarly named ADMIN Language file:
...\admin\language\whatever-language\catalog\product.php
Or then, just use a Tool, to manage your Translations:
Translate Mate free, OC v.2.x:
http://www.opencart.com/index.php?route ... n_id=23098
...

Good Luck
Ernie
...\catalog\language\whatever-language\product\product.php
usually, some Content like shown below exists, just waiting, to be rewritten, to match your Wishes:
Code: Select all
$_['text_search'] = 'whatever';
$_['text_brand'] = 'whatever';
$_['text_manufacturer'] = 'whatever';
$_['text_model'] = 'whatever';
$_['text_sku'] = 'whatever';
$_['text_upc'] = 'whatever';
$_['text_ean'] = 'whatever';
$_['text_jan'] = 'whatever';
$_['text_isbn'] = 'whatever';
$_['text_mpn'] = 'whatever';
...\admin\language\whatever-language\catalog\product.php
Or then, just use a Tool, to manage your Translations:
Translate Mate free, OC v.2.x:
http://www.opencart.com/index.php?route ... n_id=23098
...

Good Luck

Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
By default these fields are designed to add some code that is same for all languages.
If you want to use them for something custom that has to be brought to the product page you have to add some language verification in the product page controller.
For example use UPC for EN and ISBN for FR and check the current language in the controller to choose which one to display. Or add your custom data comma separated and in the product controller you can process it as an array.
If you want to use them for something custom that has to be brought to the product page you have to add some language verification in the product page controller.
For example use UPC for EN and ISBN for FR and check the current language in the controller to choose which one to display. Or add your custom data comma separated and in the product controller you can process it as an array.
Suppliers Module - XML, CSV, XLS Product Feed Import and Update
Rich Snippets | Facebook Open Graph Meta Tags | WebP Images
Who is online
Users browsing this forum: Amazon [Bot] and 59 guests