Page 1 of 1

How do I change module names?

Posted: Sat Oct 06, 2012 5:29 am
by byredyre
Say I want to display the "Featured" module, but want to change the name to e.g. "On Sale This Week". Where/how do I do that?

Re: How do I change module names?

Posted: Sat Oct 06, 2012 8:57 am
by dirtboy
find this file catalog > language > english > module > featured.php

find and change this line of code

Code: Select all

$_['heading_title'] = 'Featured';

Re: How do I change module names?

Posted: Tue Oct 09, 2012 6:38 am
by byredyre
Thanks. How can I center the product name, price and add to cart button of the products I put in this module?

Also, how can I create new Featured modules, so that each module shows different products?

Re: How do I change module names?

Posted: Wed Apr 04, 2018 10:43 pm
by LongerVogue
byredyre wrote:
Tue Oct 09, 2012 6:38 am
Thanks. How can I center the product name, price and add to cart button of the products I put in this module?

Also, how can I create new Featured modules, so that each module shows different products?
Admin end -> extension -> module install anything you like.