translations in $_MODULE = array();
Posted: Wed Dec 23, 2015 9:03 pm
Hello,
We are getting trouble with the Translations tool (suhosin.request.max_vars)
So, We want to complete the language document in agilemultipleseller/translations/
The en.php only have:
global $_MODULE;
$_MODULE = array();
Do you know, where we can get the full params (array)?
For example:
$_MODULE['<{agilemultipleseller}prestashop>hookproducttabcontent_d5ffa588e58727b26d7cddee018f6121'] = 'Visit the Store';
Also, The document agilemultipleseller/views/templates/hook/hookproducttab.tpl, Supports multi language or is just update inside?
Regards
We are getting trouble with the Translations tool (suhosin.request.max_vars)
So, We want to complete the language document in agilemultipleseller/translations/
The en.php only have:
global $_MODULE;
$_MODULE = array();
Do you know, where we can get the full params (array)?
For example:
$_MODULE['<{agilemultipleseller}prestashop>hookproducttabcontent_d5ffa588e58727b26d7cddee018f6121'] = 'Visit the Store';
Also, The document agilemultipleseller/views/templates/hook/hookproducttab.tpl, Supports multi language or is just update inside?
Regards