Jump to content

is it possible to hide/disable/remove Product short description from Product Detail page/


Recommended Posts

Hello

 

Sorry, I do not know Control Responsive theme but in Default theme you can comment out the short description div around line 176 of product.tpl

 

{if $product->description_short || $packItems|@count > 0}
<div id="short_description_block">
{if $product->description_short}
<!--<div id="short_description_content" class="rte align_justify" itemprop="description">{$product->description_short}</div>-->
{/if}
 
Before
 
After
 
Paul
Link to comment
Share on other sites

 

Hello

 

Sorry, I do not know Control Responsive theme but in Default theme you can comment out the short description div around line 176 of product.tpl

 

{if $product->description_short || $packItems|@count > 0}
<div id="short_description_block">
{if $product->description_short}
<!--<div id="short_description_content" class="rte align_justify" itemprop="description">{$product->description_short}</div>-->
{/if}
 
Before
 
After
 
Paul

 

Great Man worked like charm one more question in my old theme on product listing page I was able to display mroe characters of short description in ps 1.5 check http://biophoretics.com/104-rockers-rotators  

 

but on test site with enw theme in PS 1.6.0.9 I am unable to display mroe description characters  please check any way I can achive that here as well same as PS 1.5? here is test URLhttp://biophoretics.com/new/104-rockers-rotators

 

Link to comment
Share on other sites

×
×
  • Create New...