#IF(#MENU_COUNT("Tabs") > 1)
#MENU("Tabs")
#LOCAL("DisplayFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #Action.Object))
#IF(#DisplayFeature NE "NotVisible")
#IF(
(#URLAction NE "MBO-ViewVariations" OR (NOT #SuperProduct AND #IsBundleProduct NNE 1))
AND (#URLAction NE "MBO-ViewBundleProducts" OR #IsBundleProduct EQ 1)
AND (#URLAction NE "MBO-ViewDownloadProducts" OR #IsDownloadProduct EQ 1)
)
#IF(#URLAction NE "MBO-ViewProductCustomize"
OR (#Shop.FeatureMaxValue.ProductCustomization AND (NOT (#SuperProduct OR #IsDownloadProduct OR #IsBundleProduct)))
)
-
#INCLUDE(#Template)
#ENDIF
#ENDIF
#ENDIF
#ENDLOCAL
#ENDMENU
#IF(NOT #SuperProduct)
#MENU("RightTabs")
#LOCAL("DisplayFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #Action.Object))#IF(#DisplayFeature NE "NotVisible")
-
#INCLUDE(#Template)
#ENDIF#ENDLOCAL
#ENDMENU
#ENDIF
#ENDIF