protected function l($string, $class = null, $addslashes = false, $htmlentities = true)
{
$translated = $this->translator->trans($string);
if ($translated !== $string) {
return $translated;
}
if ($class === null || $class == 'AdminTab') {
$class = substr(get_class($this), 0, -10);
} elseif (strtolower(substr($class, -10)) == 'controller') {
/* classname has changed, from AdminXXX to AdminXXXController, so we remove 10 characters and we keep same keys */
$class = substr($class, 0, -10);
}
return Translate::getAdminTranslation($string, $class, $addslashes, $htmlentities);
}
protected function l($string, $class = null, $addslashes = false, $htmlentities = true)
{
if ( _PS_VERSION_ >= '1.7') {
return Context::getContext()->getTranslator()->trans($string);
} else {
return parent::l($string, $class, $addslashes, $htmlentities);
}
}
Hello DsfStore, i will appreciate if you can share updated module. The one here is 1.0.4, not usable on Prestashop 1.7. Thanks a lot.i have same for Romania - if anybody needs
is a list from sameday courier which work with onepage checkout module - i'll send it laterHello DsfStore, i will appreciate if you can share updated module. The one here is 1.0.4, not usable on Prestashop 1.7. Thanks a lot.
is a list from sameday courier which work with onepage checkout module - i'll send it later
Demo:https://www.jose-aguilar.com/modulos-prestashop/en/104-25-cities.html
Download
[Hidden content]
I needi have same for Romania - if anybody needs
Il mai ai pe cel pentru Romania?i have same for Romania - if anybody needs