ferp2 Posted July 9, 2014 Share Posted July 9, 2014 Hello, After several hours of fruitless tweaking, I'm hoping someone can help me to change the title text in the homefeatured block from "PRODUITS PHARES" to "PRODUITS VEDETTES". This is the text that appears in the Front Office Home page. This should be a simple enough operation to perform, but no matter what I do, the title text remains the same. Here's what I've done so far: 1. In BO, go into translations French for homefeature block and replace "Phares" with "Vedettes". DOESN'T WORK. 2. Use phpmyadmin to search for the word, "PHARES." Search doesn't find word, "PHARES." 3. In root folder of Prestashop installation, grep -R "PHARES" *. NOTHING. 4. Go to modules/homefeatured/. Look into every file and change any instance of "PHARES" or "Phares" to "Vedettes." NO CHANGE. 5. Empty cache. So maybe someone can tell me where I cand find "PHARES". Thanks Link to comment Share on other sites More sharing options...
vekia Posted July 9, 2014 Share Posted July 9, 2014 what template and what ps version you use (exact number please) ? Link to comment Share on other sites More sharing options...
prerana Posted August 27, 2014 Share Posted August 27, 2014 what template and what ps version you use (exact number please) ? Hi, I'm using PS1.6 and I have the same issue. I would like to add more text next to "No featured products" . I found the homefeatured.tpl file from "homefeatured" folder in the modules. I tried to add more text to this 46th line here : <p>{l s='No featured products' mod='homefeatured'}</p> But it did not get reflected. Any solution? Thanks in advance. Link to comment Share on other sites More sharing options...
PSfever.com Posted August 27, 2014 Share Posted August 27, 2014 If there's a homefeatured.tpl file in themes/your-theme/modules/homefeatured directory, then you need to make all changes in this file instead of the one in modules/homefeatured directory. Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2014 Share Posted August 28, 2014 Hi, I'm using PS1.6 and I have the same issue. I would like to add more text next to "No featured products" . I found the homefeatured.tpl file from "homefeatured" folder in the modules. I tried to add more text to this 46th line here : <p>{l s='No featured products' mod='homefeatured'}</p> But it did not get reflected. Any solution? Thanks in advance. hello have you checked PSFEVER suggestion ? Link to comment Share on other sites More sharing options...
prerana Posted August 28, 2014 Share Posted August 28, 2014 hello have you checked PSFEVER suggestion ? Hi, I found the solution. Turns out, I had to edit addhomefeatured.tpl file and not homefatured.tpl file I entered my custom text after the following line: Line 8 : {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines} Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2014 Share Posted August 28, 2014 so you don't use homefeatured module but some other addon and it's not default one :-) Link to comment Share on other sites More sharing options...
Recommended Posts