This might be a simple solution, but I don't know where to start from...
On the product description page, Add to cart button and model is below the description..
How can I bring it up and put the description below that??
This might be a simple solution, but I don't know where to start from...
On the product description page, Add to cart button and model is below the description..
How can I bring it up and put the description below that??
take a look at the tpl_product_info_display.php file
Youw will see several section the begin with "BOF" and end with "EOF" and you can reorder these by moving the complete sections to any order you want
You can also use CSS to re-position items
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Thanks.. got it moved around...
Two more quetions...
Is there way to line up the attribute and add to cart in horizontally??
How do I put them left side or right side??
My Main Product Image used to be on the right side and Product Name was on the left side....
I'm don't know much about CSS yet, so I'll have to learn that way later...
For a direct solution post a url to your site
Start by editing your copy of the tpl_product_info_display.php and finding and removing the clear both that forces the add to cart to a new line the one between the eof for product details and the bof for add to cart
You can then use css to refine the position
This is from your view source and yours will look a bit different in the fileCode:<br class="clearBoth" /> <!--eof Product details list --> <!--bof Attributes Module --> <!--eof Attributes Module --> <!--bof Add to Cart Box -->