Jump to content

Remove "There are no products." from category titles in 1.4.7


Recommended Posts

I have been trying to remove this text from the category title. I am using the standard theme. I edited the category.tpl, category-count.tpl, forced compiled and cleared cache but the text remains. Has anyone else had any luck removing this unnecessary annoying text? Thanks

Link to comment
Share on other sites

Hi Jumpink,

 

You simply have to remove this code in category.tpl:

 

<p class="warning">{l s='There are no products in this category.'}</p>

 

- Empty your Smarty cache (/tools/smarty/compile/* or smarty_v2 if you have an old version) .

- Empty your web-browser cache (or press CTRL+F5 to reload the page)

 

Regards,

  • Like 1
Link to comment
Share on other sites

  • 2 years later...

Hi Jumpink,

 

You simply have to remove this code in category.tpl:

 

<p class="warning">{l s='There are no products in this category.'}</p>
- Empty your Smarty cache (/tools/smarty/compile/* or smarty_v2 if you have an old version) .

- Empty your web-browser cache (or press CTRL+F5 to reload the page)

 

Regards,

 

Perfect solution [spam-filter]

Link to comment
Share on other sites

×
×
  • Create New...