Community Add-Ons
| Maintainers: | Gasse1014life |
53 languages translator for ALL VERSION
for osCommerce Online Merchant v2.3
53 languages translator for ALL VERSION
(on my side i have set backend and website in less than 5 min)
Just open your boxe languages,
must be in catalog/includes/boxes/languages.php
or look to found it in your good directory.
almost same thing for the admin panel.
just disable your languages module.
and add the code locate in the new languages.php files i have attach to this add-on.
where you want the lil code to be appear.
now the last step :
undefine the languages id in the two sql statement in
includes/boxes/categories.php
or
includes/boxes/modules/(bm_)categories.php
look for
and cd.language_id='" . (int)$languages_id ."'
must be in two place in source code.
just erase it to get this way
cd.categories_id order by sort_order,
Its Done!!!
now you can erase all language exept you desired languages.
imagine now the many hours won.
enjoy.
Legend:
Download
Report
53 languages translator for ALL VERSION
(on my side i have set backend and website in less than 5 min)
Just open your boxe languages,
must be in catalog/includes/boxes/languages.php
or look to found it in your good directory.
almost same thing for the admin panel.
just disable your languages module.
and add the code locate in the new languages.php files i have attach to this add-on.
where you want the lil code to be appear.
now the last step :
undefine the languages id in the two sql statement in
includes/boxes/categories.php
or
includes/boxes/modules/(bm_)categories.php
look for
and cd.language_id='" . (int)$languages_id ."'
must be in two place in source code.
just erase it to get this way
cd.categories_id order by sort_order,
Its Done!!!
now you can erase all language exept you desired languages.
imagine now the many hours won.
enjoy.
