#IF(#Reason EQ "ProductNotVisible")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNotSetVisible} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoName")
#Product.Alias | |
{ProductNoName} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoLargeImage")
#Product.Alias | #Product.Name[slice:40,html] |
{ProductNoLargeImage} ({NoExport}) |
#ELSIF(#Reason EQ "ProductNoValidCategory")
#Product.Alias | #Product.Name[slice:40,html] |
{NoCategoryAvailable} ({NoExport}) |
#ELSE
{UnknownError} #Reason: #Name |
#ENDIF
#ENDLOOP