Thursday 6 November 2014

Get Category URL from Category ID Opencart


Get Category URL from Category ID Opencart

<?php echo $this->url->link('product/category', 'path=25'); ?>

Path defines your category Id.

No comments: