How to change featured product title name in home page of opencart 3.I want to add some products with other title in home page.like given screenshot-enter image description here
Asked
Active
Viewed 2,093 times
2 Answers
2
To get the module name on the featured products you need to change controller, template files from both sides of the store (i.e. from the front end and backend).
Instead, you can use the extension to get desired.
Hope this helps you

Ziauz
- 773
- 4
- 22
-
what happened sir. – VRINDAVAN 2 KRISHNA May 21 '18 at 14:11
0
Steps
Go to your
project folder
.Go to
catalog -> language -> en-gb -> extension -> module
Inside the
module
you will getfeatured.php
Go to
featured.php
file andEdit
$_['heading_title'] = 'Feature Products';
Feature Products
name can changed according to your wish.You are done.
Thanks.

Y. Joy Ch. Singha
- 3,056
- 24
- 26