Post by vurkac » Fri Jan 23, 2015 4:31 am

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
Last edited by vurkac on Tue Jan 27, 2015 7:32 pm, edited 1 time in total.

Newbie

Posts

Joined
Fri Jan 23, 2015 4:20 am

Post by vurkac » Tue Jan 27, 2015 7:32 pm

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>";

Newbie

Posts

Joined
Fri Jan 23, 2015 4:20 am

Post by bero » Wed Jan 28, 2015 3:44 am

best is to make a VQmod or OCmod for this. :good:

New member

Posts

Joined
Tue Sep 24, 2013 6:18 am
Who is online

Users browsing this forum: CD-Nico and 6 guests