Jump to content

Can not find the tpl-file with product description


Recommended Posts

Hi!
I try to find the template/tpl-file with the product description (the one that is used..) I can not find the right one. Tried everything. I am running PS 1.7 and use the template BOS Gypsy from Leo theme. I find the short product description and can edit its code, but not the long description! Feels like I looked in every folder on the server...

Anyone that can help out?
 

Capture.PNG

Link to comment
Share on other sites

I will point you correct file to get enough information to find those code, in product.tpl there is code:

{block name='product_info'}
        {if isset($USE_PTABS) && $USE_PTABS == 'tab'}
          {include file="sub/product_info/tab.tpl"}
        {else if isset($USE_PTABS) && $USE_PTABS == 'accordion'}
          {include file="sub/product_info/accordions.tpl"}
        {else}
          {include file="sub/product_info/default.tpl"}
        {/if}  
      {/block}

and this is show you path to all files with product description.

  • Thanks 1
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...