Jump to content

Product description


reliklaires

Recommended Posts

I saw something on classic theme that i don't like :

./themes/classic/templates/catalog/product.tpl

line 194 :

<div class="tab-content" id="tab-content">
                 <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel">
                   {block name='product_description'}
                     <div class="product-description">{$product.description nofilter}</div>
                   {/block}
                 </div>

It makes the tab-pane not "fading in" which is not cool as you can see on my screen.

Can we replace it by :

 <div class="tab-pane fade in">{$product.description nofilter}</div> ?

 

description.png

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