Hello, everyone, I am trying to find out how to change 'New Products' Title on the homepage.
I have tried the translate.csv of my theme and it's not in there.
Regards
I have attached a picture if anyone can help me change this title.
Hi @marketing360uk,
The attached image isn't visible yet (images must be approved by moderators).
Can you share the image through an online service or can you sahre an URL to see which kind of block/content are you using?
Hi, I think you were going in the right direction with the translate.csv file. You should be able to add a row for new products even if it's not there, i.e.
"New Products","Latest Products".
Hello, Damian. I trust you are well. Thanks for your help.
https://www.proteinbargain.co.uk/ is the URL of our website. I am looking for website pages location (seems they are not in content blocks and are custom .phtml files) to change a variety of text. The one in question we are looking for is New Products & Best Sellers on the website.
Unfortunately, I cannot find them. Your help is greatly appreciated.
Regards
Basically its called using CMS -> Pages .
So just check your homepage cms and check whether content of homepage text is coming from there or not?
Thanks.
Good Morning Rakesh
This is what I get when visiting the 'homepage' on CMS as you instructed.
In the Content tab.
{{block type="catalog/product_list_promotion" template="catalog/product/featured.phtml"}}
and the design tab:
<reference name="top"> <block type="bannerslider/bannerslider" name="bannerslider" template="bannerslider/bannerslider.phtml"/> <block type="cms/block" name="top-block1" after="bannerslider"> <action method="setBlockId"><block_id>home-block1</block_id></action> </block> <block type="cms/block" name="top-block2" after="top-block1"> <action method="setBlockId"><block_id>home-block2</block_id></action> </block> </reference>
Regards