Quote Originally Posted by Freebird View Post
A couple of quick, I hope, questions. First, is there a global setting to NOT show the quantity box on the product page? I found a couple of settings that I thought should do it but they don't. The Add Button and "QTY" box still show up. I've found where to turn it off in each individual product pricing page but isn't there a global setting to do it?

Also, is there a way to move the "Add to Cart" button to the bottom of the product page, after all the attributes and etc?

Thanks
First question, as far as I know, you have to turn it off for each product, or comment out the section that causes the qty box if you know that NONE of your products will need it. That would be done in includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php

To move the add to cart, open up the same file, find the add to cart section (its all divided into nice sections, cut it and paste it where you want it!