Hi everyone,
I wonder whether you can add a link like "view more" or "see more" to the Featured or Special section on the home page.
As you know, if you set the Featured module on the home page, it can only display a certain number of products you added. I would like to have a link which can take the customer to a page to view all featured or special products. Could anyone tell me how to realise that.
Thanks in advance!
You can for specials as I do that. Featured doesn't normally have a page for it so you'd have to use a mod to add a featured page, then link to it as shown below editing it's language file instead.
For the specials one, I edited catalog/language/english/module/specials.php and added a link like this:
I use seo keywords for specials, if you don't have this, you would use the path to your specials page by default:
For the specials one, I edited catalog/language/english/module/specials.php and added a link like this:
Code: Select all
$_['heading_title'] = 'On Sale Now! - Shop all <a href="/specials">items on sale</a>';
Code: Select all
$_['heading_title'] = 'Specials- Shop all <a href="/?route=product/special">items on sale</a>';
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Who is online
Users browsing this forum: No registered users and 1 guest