Page 1 of 1
Different title names for each Featured panel (Solved)
Posted: Fri Jan 06, 2017 7:07 am
by STARS
I'd like to have different Featured title names for each Featured panel because I have different products. it's a bit difficult to recognize the product through the title name Featured for all of them.
any help would be much appreciated.
Re: How to have different title names for each Featured pane
Posted: Fri Jan 06, 2017 9:16 am
by IP_CAM
Re: How to have different title names for each Featured pane
Posted: Fri Jan 06, 2017 11:34 am
by STARS
I should have used the right keywords. it was way easy:
viewtopic.php?f=183&t=170753#p647846
===============================================
Edit file /catalog/controller/module/featured.php
Now, search for:
$data['heading_title'] = $this->language->get('heading_title');
and replace it with
$data['heading_title'] = $setting['name'];
================================================
As simple as that.