
Originally Posted by
mtncycling
...
I have another question on whether the (global) custom tabs 1, 2, and 3 can be made to show on certain products. ...
Selectively enabling "global tabs" (using content from define pages) on a per product basis is not supported in Tabbed Products Pro 1.10. If one wanted such a feature, one could attempt editing "/includes/modules/tabbed_products_pro.php". Perhaps something similar to (starting on line 106):
Code:
$bMainImageOnTab = strpos($proddata, "<!--#MainImageOnTab#-->");
$bCustom1_Tab = strpos($proddata, "<!--#CustomTab1#-->");
//########### SUB TAGS #############
But no "guarantee" it will work 100%.
Bookmarks