Quote Originally Posted by lhungil View Post
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%.
I appreciate the insight. After some brainstorming with the shop owner, she did not like the idea of having to put in that piece of code for all the products that needed the certain custom tabs. Instead I have admin side controls for each of the 3 custom tabs that can either limit the tab to certain categories or manufacturers along with still making it global.

But if anyone wants the modifications, it just takes a quick sql file to input 3 configs and 9 line adds to the module file. PM me if you would like the feature.