Jump to content

How to manage the featured products frontpage


Recommended Posts

Dear Members,

 

I've got a prestashop 1.6 and was working with my page SEO. I found out that the boxes on the frontpage those with featured / new / populair products not only contains a title/image/price. But there is also a description in my source code.

 

When I look at the page source the div with the product description is called: 

<p class="product-desc" itemprop="description">

 

But I can't find the right files to delete this row to make my front page SEO more clean.

I was searching in this file, but could not find it: modules/homefeatured/homefeatured.php

 

Does anyone knows the awnser??

It will help me alot!

 

Kind regards,

 

Jordi

Link to comment
Share on other sites

Thank you for the help!

 

But when I delete this line in the file: product-list.tpl

 

<p class="product-desc" itemprop="description">
{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}
</p>
 
And I clear the cache, go to my frontpage. The product description is still there in the source code.
I use the default free template*
 
This is my store, plz keep the spaces: www.siga retten doos je.nl
 
So there must be a other file that has effect on the front populair/new  products?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...