Hi, I have an issue regarding this solution, I've changed the controller in order to have a different product.tpl page when a product is customizable.
if (is_array($customizationFields))
{
$this->setTemplate(_PS_THEME_DIR_.'custproduct.tpl');
}
else {
$this->setTemplate(_PS_THEME_DIR_.'product.tpl');
}
But when my custproduct.tpl page is displayed the portuguese translations arent't shown. the labels appear in english. Could you please help me out?
Kind regards,
Irina