#IF(#Reason EQ "NO_CROSSSELLINGITEMS")
#SET("ErrorDisplayed", 1)
{NoCrossSellingItems}
#ELSIF(#Reason EQ "CROSSSELLING_EMPTY_PRODUCT")
#SET("ErrorDisplayed", 1)
{Line} #Line: {EmptyProductNo}
#ELSIF(#Reason EQ "CROSSSELLING_EMPTY_TARGETPRODUCT")
#SET("ErrorDisplayed", 1)
{Line} #Line: {EmptyTargetProduct}
#ELSIF(#Reason EQ "CROSSSELLING_NO_PRODUCT" OR #Reason EQ "CROSSSELLING_NO_TARGETPRODUCT")
#SET("ErrorDisplayed", 1)
{Line} #Line, {SKUShort} "#Product": {NoValidProductNo}
#ELSIF(#Reason EQ "WRONG_CLASS")
#SET("ErrorDisplayed", 1)
{Line} #Line, {Type} "#Value": {WrongType}
#ELSIF(#Reason EQ "ASSIGN_PRODUCT_EQUAL")
#SET("ErrorDisplayed", 1)
{Line} #Line: {AssignedProductEqual}
#ELSIF(#Reason EQ "PRODUCT_NOT_BUNDLEPRODUCT")
#SET("ErrorDisplayed", 1)
{Line} #Line: {ProductNotBundleProduct}
#ELSIF(#Reason EQ "TARGETPRODUCT_IS_BUNDLEPRODUCT")
#SET("ErrorDisplayed", 1)
{Line} #Line: {TargetProductIsBundleProduct}
#ELSIF(#Reason EQ "TARGETPRODUCT_IS_CUSTOMIZABLE")
#SET("ErrorDisplayed", 1)
{Line} #Line: {CantAssignCustomizableProduct} {LineNotImported}
#ELSIF(#Reason EQ "NOT_SAME_TAXCLASS")
#SET("ErrorDisplayed", 1)
{Line} #Line: {NotSameTaxClass}
#ELSIF(#Reason EQ "NO_FEATURE")
#SET("ErrorDisplayed", 1)
{Line} #Line, {Type} "#Value": {NoFeature}
#ENDIF