Jump to content

[Solved] V1.4 how to delete "short description" on featured products


Recommended Posts

about how to delete the decriptions on index page,
the featured products, how to delete the descriptions ?

i tried to delete this code in prestashop/modules/homefeatured/homfeatured.tpl

{$product.description_short|strip_tags|truncate:130:'...'}



and then save, refresh the page, but , there still is "products description" , i donno why.

please help me.




** i edited the code, i am so sorry, i made a mistake, after, i found out, and forgot to correct it here.

Link to comment
Share on other sites

about how to delete the decriptions on index page,
the featured products, how to delete the descriptions ?

i tried to delete this code in prestashop/modules/homefeatured/homfeatured.tpl



and then save, refresh the page, but , there still is "products description" , i donno why.

please help me.

{$product.description_short|strip_tags|truncate:130:'...'}
getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" />


Are you sure you have deleted this code to remove short description from featured products?? Because I also tried this but after refresh my page gets very messy, the blocks are thrown everywhere across the page ...
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...

Curt! Thanks so much for the video tutorial! I used it to take out the short descriptions on my home page (though I needed to used the feturedhome file in my template, not the main prestashop folder), and then used what I learned to fix another problem.

 

 

Really great stuff!

Link to comment
Share on other sites

  • 2 months later...

I did everything what was in the video tutorial, but no effect

 

1. I turned Force compile on and cache off

2. I added comment tags in modules/homefeatured/homefeatured.tpl (i hope i have memorized it correctly) ja even tried to delete it but no effect either

3. I returned to my homepage and short descriptions were still there

 

What i have done wrongly? I have prestashop 1.4.5 and papple theme

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...