Jump to content

How will I rearrange the product pages?


LINHUA

Recommended Posts

 

Product description, it's so boring, I want to move it to the right place.

I'm playing with prestashop for the first time, I've been in other systems that have clear path hints or have visual editing options.

This seems a bit unsatisfactory.

企业微信截图_20221027165118.png

Link to comment
Share on other sites

The best solution to your problem is.  

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

Find line containg:

{block name='product_tabs'}

Insert code before this line:

</div> </div> </div> <div class="row"> <div class="col-md-12"> <div>

I hope this will help you in fixing the issue,

Edited by Xander Hawkins (see edit history)
Link to comment
Share on other sites

9 hours ago, 4you.software said:

 

3 hours ago, Xander Hawkins said:

The best solution to your problem is. I hope this msg will help you in fixing your problem. 

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

Find line containg:

{block name='product_tabs'}

Insert code before this line:

</div> </div> </div> <div class="row"> <div class="col-md-12"> <div>

Thank you. You guys are great.

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