Jump to content

Change title in homefeatured block


Recommended Posts

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

  • 1 month later...

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

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

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

×
×
  • Create New...