
Originally Posted by
antonia
Nevermind. I just figured it out. You can turn it off in the tabbed product file by setting $bGblAddToCart (which adds the button to a tab) to false.
I want to make sure it's clear to folks following this thread, that this is not the way to do this.. You would simply move the add to cart block in the includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php file above the tab block.
everything between this:
Code:
<!--bof Add to Cart Box --> <div id="cartAdd">
and the closing div for cartAdd
No reason to modify ANY of the TPP code to make a simple appearance change like this.
Bookmarks