#IF(#Reason EQ "ProductNotVisible")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNotSetVisible} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoName")
#Product.Alias | |
{ProductNoName} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoDesc")
#Product.Alias | #Product.Name[slice:40,html] |
{NoDescriptionAvailable} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoCat")
#Product.Alias | #Product.Name[slice:40,html] |
{NoCategoryAvailable} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoMPNR")
#Product.Alias | #Product.Name[slice:40,html] |
{NoManufacturerSKUAvailable} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoDeliver")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNoDeliver} ({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 "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 "Description") {NoDescriptionAvailable}
#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