AndrisAlps Posted June 20, 2013 Share Posted June 20, 2013 Hello, Could You please help me. I would like that when You press category or sub category from left menu http://vilmometals.lv/ You could go stright to full product view http://vilmometals.lv/index.php?id_product=18&controller=product&id_lang=2 Is it possible? With Best Regards, Link to comment Share on other sites More sharing options...
musicmaster Posted June 20, 2013 Share Posted June 20, 2013 The only way I could see to achieve this is dirty programming. You could for example add to your config.inc.php somewhere near the beginning. if($_SERVER['REQUEST_URI']=='/index.php?id_category=13&controller=category&id_lang=2') header('Location: http://vilmometals.lv/index.php?id_product=14&controller=product&id_lang=2'); That would have to be done for every product. Try this only if you are at ease with PHP and know what you are doing. Link to comment Share on other sites More sharing options...
Recommended Posts