AbanteCart Community

AbanteCart Development => Customization help => Topic started by: iron on May 02, 2016, 11:06:04 AM

Title: How to change a Product Page's layout?
Post by: iron on May 02, 2016, 11:06:04 AM
Hello guys!

In normal mode an images and product info (such size, price, quantity, and so) are on the top, and text description is on the bottom. How to move description to the top? (http://)
Title: Re: How to change a Product Page's layout?
Post by: eCommerce Core on May 02, 2016, 12:53:47 PM
You will need to edit HTML template to change layout of product details page's content.

Check this template:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl

Title: Re: How to change a Product Page's layout?
Post by: iron on May 03, 2016, 04:51:37 AM
You will need to edit HTML template to change layout of product details page's content.

Check this template:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl

Thanks a lot!
Title: Re: How to change a Product Page's layout?
Post by: sjpcompanies on July 10, 2016, 06:54:36 AM
Just to clarify as I would like to implement this too, is it a case of copying the supplied code and replace the contents product.tpl? if so , I have tried this and no change to the front end? Am I missing something or is it a case of moving a snippet of code to another place within the same file?  Any help appreciated.
Cheers