#IF(#Reason EQ "ProductNotVisible")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNotSetVisible} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoName")
#Product.Alias | |
{ProductNoName} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoCategory")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNoCategory} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoPrice")
#Product.Alias | #Product.Name[slice:40,html] |
{NoPriceSpecified} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoShipping")
#Product.Alias | #Product.Name[slice:40,html] |
{NoShippingAvailable} ({NoExport}) |
#ELSIF(#Reason EQ "ValueTooLong")
#Product.Alias | #Product.Name[slice:40,html] |
#IF(#AttributeName EQ "NAME") {ValueTooLongName}
#ELSIF(#AttributeName EQ "BRAND") {ValueTooLongBRAND}
#ELSIF(#AttributeName EQ "MERCHANTCATEGORY") {ValueTooLongCATEGORY}
#ELSIF(#AttributeName EQ "DESCRIPTION") {ValueTooLongDescr}
#ELSE {ValueTooLongPROMOTION}#ENDIF
|
#ELSIF(#Reason EQ "TaxModelMismatch")
{DifferentTaxModels} |
#ELSE
{UnknownError} #Reason: #Name (#Message) |
#ENDIF
#ENDLOOP