Jump to content

product categories


Recommended Posts

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

×
×
  • Create New...