Page 1 of 1

(SOLVED) Adding link to Modules Heading Title?

Posted: Fri Jan 23, 2015 4:31 am
by vurkac
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

Re: Adding link to Modules Heading Title?

Posted: Tue Jan 27, 2015 7:32 pm
by vurkac
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

Code: Select all

$data['heading_title'] = $category_info['name']
Change it to this:

Code: Select all

$data['heading_title'] = $category_info['name']." <a href='index.php?route=product/category&path=".$setting['category_id']."' >See All</a>";

Re: (SOLVED) Adding link to Modules Heading Title?

Posted: Wed Jan 28, 2015 3:44 am
by bero
best is to make a VQmod or OCmod for this. :good: