
Originally Posted by
woodymon
Of course this is a subjective opinion. ;-)
Right!

Originally Posted by
woodymon
I thought the product name and price, product details and the the add to cart were all suppose to appear on one tab if the following was set to true
Not if you don't have a custom tab created (that changed on previous version/update). See note on comments:
PHP Code:
$bGblMainImageOnTabs = false; // adds Main image to tabs only if you have at least one custom tab

Originally Posted by
woodymon
I do see in the comments the "adds Main image to tabs only if you have at least one custom tab" so since I do not have a custom tab the product image should stays above the tabs, as it does. But I do not understand why the other items do not render on the tab, with global setting as it is?
Ok...I left my previous answer for others benefit. What you mean? Do you mean you have custom tabs and they aren't showing?

Originally Posted by
woodymon
So it appears that I have to add the <!--%Product Description%--> in every products description. Again I thought I would not need to do this with the new Global feature.
Yes, because "Product Description" is a custom tab.

Originally Posted by
woodymon
So unsure why cross sell products are not showing up.
I don't know why they aren't working for you, they are working on my side. I made several tests (on, off, combined) and I'm not having problems with tabs content.

Originally Posted by
woodymon
I admit I am confused.
No wonder! This is a false comment:
PHP Code:
$bGblAddToCart = true; // adds Add to Cart, Product Details, Attribute Options, and Qty Discount to a tab
Should say:
PHP Code:
$bGblAddToCart = true; // adds Add to Cart, Attribute Options and Qty Discount to a tab
Bookmarks