Redirect to a specific category on the homepage
Posted: Tue Dec 09, 2014 5:49 am
Hi!
I need to replace the main page(home.tpl) to a category with the goods(product/category).
As described here did not work:
http://forum.opencart.com/viewtopic.php?f=20&t=59830
home.tpl
Don't Work.
I need to replace the main page(home.tpl) to a category with the goods(product/category).
As described here did not work:
http://forum.opencart.com/viewtopic.php?f=20&t=59830
home.tpl
Code: Select all
<?php $this->redirect($this->url->link('product/category', 'path=59')); ?>