#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 "ProductNoDescription")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNoDescription} ({NoExport}) |
#ELSIF(#Reason EQ "NotEnoughValuesSet")
#Product.Alias | #Product.Name[slice:40,html] |
{NotEnoughValuesSet} {Manufacturer}, {ManufacturerSKU}, {ProductCode} ({NoExport}) |
#ELSIF(#Reason EQ "ValueTooLong")
#Product.Alias | #Product.Name[slice:40,html] |
{ValueTooLong} |
#ELSIF(#Reason EQ "TaxModelMismatch")
{DifferentTaxModels} |
#ELSE
{UnknownError} #Reason: #Name (#Message) |
#ENDIF
#ENDLOOP