#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 "ProductNoGoogleCategory")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNoGoogleCategory} |
#ELSIF(#Reason EQ "ValueTooLong")
#Product.Alias | #Product.Name[slice:40,html] |
{ValueTooLong} |
#ELSIF(#Reason EQ "ProductReferenceUnitMisconfigured")
#Product.Alias | #Product.Name[slice:40,html] |
The reference unit used at the product does not belong to one of the following categories: Lenght, Weight, Area or Volume. ({NoExport}) |
#ELSIF(#Reason EQ "ProductReferenceAmountMisconfigured")
#Product.Alias | #Product.Name[slice:40,html] |
The reference unit quantity differs from the following supported values: 1, 10, 100; Additional: 50 kg, 1000 kg, 750 ml ({NoExport}) |
#ELSIF(#Reason EQ "TaxModelMismatch")
{DifferentTaxModels} |
#ELSE
{UnknownError} #Reason: #Name (#Message) |
#ENDIF
#ENDLOOP