Jump to content

Change position of product description 1.7.8.7.


Recommended Posts

  • 2 weeks later...
  • 6 months later...

Hello @vrouw1987

  • In order to change the description of product, you need to do some modifications in product.tpl file in theme folder on this path: \themes\{{your_theme_folder}}\templates\catalog
  • Please find the following code in product.tpl file that code loads the product description on frontend
    {block name='product_description'}
        <div class="product-description">{$product.description nofilter}</div>
    {/block}
  • Please move this code at the position where you want to change the position of description.
  • Please clean cache after saving the file and take backup of product.tpl before you make any changes.

Hope this will work for you

Thanks

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