telston01:
I can take it off the page and it still shows up. I have even deleted the tpl_product_info_display.php from the site from both my custom template directory and the template_default yet the page still shows up unless... there are no attributes on the page, then it disappears.
What the heck is going on? Why can't I move the Add to cart button under the Attributes box?
So, deleting the product_info_display.php probably wont solve the problem of moving the attributes box to below the Add to Cart box. You are right, you should be able to select from <!--bof Add to Cart Box --> through the <!--eof Add to Cart Box -->, cut it, and then paste it below <!--eof Attributes Module --> in your tpl_product_info_display.php. that template file is the page that determines the ordering of your product info pages. so thats where you should move code around to get the display order you like. maybe try cutting and pasting again, just make sure youre cutting all the code you need and then pasting in the right place.
sorry to hear youre having so much trouble!