AbanteCart Community
AbanteCart Development => Customization help => Topic started 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://)
-
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
-
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!
-
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