#IF(#Reason EQ "ProductNotVisible")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNotSetVisible} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoName")
#Product.Alias | |
{ProductNoName} ({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 "ProductNoCategory")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNoCategory} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoImage")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNoImage} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoManufacturer")
#Product.Alias | #Product.Name[slice:40,html] |
{NoManufacturerAvailable} ({NoExport}) |
#ELSIF(#Reason EQ "ValueTooLong")
#Product.Alias | #Product.Name[slice:40,html] |
#IF(#AttributeName EQ "title") {ValueTooLongName}#ELSE {ValueTooLong}#ENDIF |
#ELSIF(#Reason EQ "ProductNoValue")
#Product.Alias | #Product.Name[slice:40,html] |
#IF(#AttributeName EQ "Manufacturer") {NoManufacturerAvailable}
#ELSIF(#AttributeName EQ "ManufacturerSKU") {NoManufacturerSKUAvailable}
#ELSIF(#AttributeName EQ "UPCEAN") {NoProductCodeAvailable}
#ELSIF(#AttributeName EQ "Categories") {NoCategoryAvailable}
#ELSE #AttributeName
#ENDIF |
#ELSIF(#Reason EQ "WrongImage")
#Product.Alias |
#Product.Name[slice:40,html] |
#ELSIF(#Reason EQ "TaxModelMismatch")
{DifferentTaxModels} |
#ELSE
{UnknownError} #Reason: #Name (#Message) |
#ENDIF
#ENDLOOP