{DifferentTaxModels}
{ExportSuccessful}
{NoShippingSelected}
#ELSIF(#FormErrors.Reason.NoPayment){NoPayment}
#ELSIF(#FormErrors.Form.ExportPortalConfig){SKU} | {Name} | {Error} | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#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 "ValueTooLong")
#Product.Alias | #Product.Name[slice:40,html] | #IF(#AttributeName EQ "title") {ValueTooLongName}#ELSE {ValueTooLongDescr}#ENDIF | #ELSIF(#Reason EQ "TaxModelMismatch"){DifferentTaxModels} | #ELSE{UnknownError} #Reason: #Name (#Message) | #ENDIF
{GuenstigerInfo1}
{ExportFile}: #System.ProtocolAndServer#Portal.ExportWebPath/#ExportFileName
{GuenstigerInfo2}
{RegisterPortal}
#IF(#DEFINED(#PortalSite.PortalURL))
{LinkToPortal}
#ENDIF
{Country} | #PortalSite.Country.Native |
{Language} | #LOCAL("CurrentLanguageID", #PortalSite.Language.LanguageID) #LOOP(#Shop.Languages) #IF(#LanguageID == #CurrentLanguageID)#Native#ENDIF #ENDLOOP #ENDLOCAL |
{CurrencyID} | #IF(#DEFINED(#CurrencyID))#LOCAL("LocalCurrency", #FUNCTION("CURRENCY", #CurrencyID))#LocalCurrency.Symbol#ENDLOCAL#ENDIF |
{ExportAllProducts} | |
{ExportAllVariations} |
|
{ShippingMethod} {MandatoryStar} |
#LOCAL("IsMethodCorrect", 0)
#IF(#DEFINED(#ShippingMethod.Region))
#LOOP(#ShippingMethod.Region.Countries)
#IF(#CountryID == #PortalSite.Country.CountryID)
#SET("IsMethodCorrect", 1)
#ENDIF
#ENDLOOP
#ELSE
#SET("IsMethodCorrect", 1)
#ENDIF
#LOCAL("ErrorShippingMethodID", 0)
#IF(#FormError)
#SET("ErrorShippingMethodID", #ShippingMethod)
#IF(#ErrorShippingMethodID EQ "")#SET("ErrorShippingMethodID", 0)#ENDIF
#ELSIF(#DEFINED(#ShippingMethod))
#SET("ErrorShippingMethodID", #ShippingMethod.ID)
#ENDIF
#ENDLOCAL
#IF(NOT #IsMethodCorrect) {CountryNotInMethod}#ENDIF |
#ENDLOCAL
{ImageAttribute} | |
{Description} {MandatoryStar} | |
{LongDescription} {MandatoryStar} |
|
{AutoExport} | |
{ExportInterval} | |
{LastExportDate} | #IF(#LastExportDate) #LastExportDate[date] #ELSE - #ENDIF |
{NextExportDate} | #IF(#ExportInterval > 0) #NextExportDate[date] #ELSE - #ENDIF |