Hello, trying to change the header in "all categories" in the OpenCard 2.3.0.2.
Created another header_2.tpl and header.php replaced the line
return $this->load->view('common/header', $data);
on
$template = 'common/header';
if (isset($this->request->get['product_id'])) {
// Check this page for any product
if...