Zen Follower
- Join Date:
- Dec 2005
- Posts:
- 105
- Plugin Contributions:
- 0
Add to cart
Is it possible to move the "add to cart" to the top of the page?
Some of my listings are quite long.
Views: 967
Zen Follower
Is it possible to move the "add to cart" to the top of the page?
Some of my listings are quite long.
Totally Zenned
You can either use css to position it, or you can edit includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php and move the code for the <div> containg the add to cart box...or a combination of both.
As the browser reads the code, it simple places <div> contents on screen one after the other in the order they are listed. Any other positioning needs to be done via CSS.
Zen Follower
Thanks for this. I'm going to tidy up my long product description pages instead.
But really appreciate the reply.
Phil : )
Tell staff why this post should be reviewed.