#IF(#FormError)
#IF(#OBJECT_EXISTS)
{InputError}
{DoubleObject}
#ELSIF(#FormErrors.Reason.FeatureLimitExceeded)
{FeatureLimitExceeded}
#ELSIF(#FormErrors.Reason.NoAttributesForExport)
{NoAttributesForExport}
#ENDIF
#IF(#FormErrors.Form.ExportPortalConfig)
#LOCAL("WarningsProductsNotExported", #GREP(#FormErrors.Form.ExportPortalConfig.Errors, "ProductNotExported", 1, "=="))
#IF(#COUNT(#WarningsProductsNotExported)>0)
{ExportErrors}
{ExportErrorDetails}
{Details}
{SKU} |
{Name} |
{Error} |
#LOOP(#WarningsProductsNotExported)
#Product.Alias | #Product.Name[slice:40,html] |
{AttributeHasNoValue}
|
#ENDLOOP
#ENDIF
#ENDLOCAL
#ENDIF
#ENDIF
{Info0_ConfigGeneral}
- {Info2_ConfigGeneral}
- {Info3_ConfigGeneral}
- {Info4_ConfigGeneral}
- {Info5_ConfigGeneral}
#Shop.ProtocolAndServerSSL#Portal.ExportWebPath/#ExportFileName
#IF(#LastExportDate AND #ExistsExportFile)
{ShowExportFile}
#ENDIF