Hello all,
I am trying to add link to modules heading title. I have following modules showing on the home page;
Featured Products
Special Deals
Mobile & SMart Phones
Digital Cameras & Accessories
What I am trying to do is to add link to these titles so visitor can click and see all the products in that category like the link on the menu at the bottom of each drop down menu.
Thanks in advance
I found the solution to this my self.
Following file needs to be changed.
catalog/controller/module/ latest_by_category.php
Find this: around line 9
Change it to this:
Following file needs to be changed.
catalog/controller/module/ latest_by_category.php
Find this: around line 9
Code: Select all
$data['heading_title'] = $category_info['name']
Code: Select all
$data['heading_title'] = $category_info['name']." <a href='index.php?route=product/category&path=".$setting['category_id']."' >See All</a>";
Who is online
Users browsing this forum: CD-Nico and 6 guests