on my end product page. i want to be able to put the add to cart button where i want it. or can i do it using html?
on my end product page. i want to be able to put the add to cart button where i want it. or can i do it using html?
In /includes/tempates/your_template/templates/tpl_product_info_display.php, the page elements are in blocks marked with comments like <!--bof xxxx-->. You can move blocks to the order you want them to display, and then fine-tune the layout using CSS with the block's class & id tags in your stylesheet.
A link to your site will let us give specific advice.
thanks for the advice.
heres my page:
http://explodingchickenrecords.com/z...roducts_id=181
i want to place the cart (my own image) directly underneath the price.
First, move the <!--bof Add to Cart Box--> code block to just below the <!--eof Product Price block --> in /includes/templates/your_template/templates/tpl_product_info_display.php, as advised before. After you do that, I will help you fine-tune the alignments.
You're thinking of the product listing page (multiple products), where the multiple add button can be positioned. This is the product info page (one product).
I thought that was implied in my answer...
We don't generally advise PHP file changes when there is an admin alternative.
The template files are intended to be adjusted when required for a particular installation.
Bookmarks