#IF(#DEFINED(#BadMerchantID))
#ENDIF
#INCLUDE("Errors")
#REM Only regular products or child products can be assigned #ENDREM
#IF((NOT #COUNT(#Product.SubProducts)) OR (#Product.SuperProduct))
#INCLUDE("AssignForm")
#ENDIF
#REM Show detail form for super products and ASIN-assigned regular products. #ENDREM
#IF (#ASIN OR ((#COUNT(#Product.SubProducts)) AND NOT(#Product.SuperProduct)))
#INCLUDE("DetailForm")
#ENDIF