How do you change where the "add to cart" button is placed on the page when your on the product pages? Is there a way to ajust where that information is on these pages?
How do you change where the "add to cart" button is placed on the page when your on the product pages? Is there a way to ajust where that information is on these pages?
Are you talking about the individual product info page, or the multiple product listing page?
The product info layout can be changed by moving blocks of code around in /includes/templates/your_template/templates/tpl_product_info_display.php; the product listing has switches and controls in admin > Configuration > Product Listing.
The page elements are clearly marked with <!--bof xxxx--> and <!--eof xxxx--> comments; you can move these code blocks to the display order desired, and fine-tune the layout with CSS in your stylesheet.