Contributions
EasyPopulate 2.72
A few modifications to the great EasyPopulate contributions:
- Multilingual Admin Integration: now it has all the text strings in its correspondent language file for a better OsCommerce integration.
Includes english and spanish translation. ¿any german translator?
- Admin to model feature: can replace automátically all products_model by the products_index to garantee a unique products model that is needed for a correct behaviour
REMEMBER: a) BACK UP FIRST:
b) USE A TEST VERSION BEFORE
Expand All / Collapse All
Hi!
Hope you are well :) I saw your question about an german translation - here it is :) Thank you for your good contribution :)
Peer
In the file "easypopulate_functions.php" the closig PHP tag was missing.
So, at the end of the file put ?>
In the file "easypopulate.php" that goes to the admin directory you can chage this:
" to "
' to '
this way you can import values similar at
DISPLAY LCD 5'5"
without getting odd chars, because of the junction of values
I mean... ' becomes Ƌ displaying bad chars. (almost in my case)
If there's something brong with it, make us know.
Sorry for my english!!
-------------
Also i'm having problems with chars like "ñ", any help¿?
If you get a parse error in easypopulate.php around line 659(ex. ....expecting `','' or `';'' ....) you need to download this update or just go to the same line and change:
echo FILENAME ': ' . $localfile . "<br>";
to
echo FILENAME . ': ' . $localfile . "<br>";
If you are downloading the file make sure you change the config. variables.
Mahalos
A few modifications to the great EasyPopulate contributions:
- Multilingual Admin Integration: now it has all the text strings in its correspondent language file for a better OsCommerce integration.
Includes english and spanish translation. ¿any german translator?
- Admin to model feature: can replace automátically all products_model by the products_index to garantee a unique products model that is needed for a correct behaviour
REMEMBER: a) BACK UP FIRST:
b) USE A TEST VERSION BEFORE
Note: Contributions are used at own risk.