#IF(#FormError)
#LOOP(#FormErrors.Errors) #IF((#Reason EQ "INTEGER_TOO_SMALL") AND(#FormError_AmazonDeliveryLatency))

{DeliveryLatencyTooSmall}

{HelpDeliveryPeriodValidValues}

#ELSIF((#Reason EQ "INTEGER_TOO_LARGE") AND(#FormError_AmazonDeliveryLatency))

{DeliveryLatencyTooLarge}

{HelpDeliveryPeriodValidValues}

#ELSIF(#Reason EQ "STRING_EMPTY")

{InputError}

{MandatoryFieldsMissing}

#ELSE

{InputError}

{PleaseCorrectErrors} #ENDIF #ENDLOOP
#ENDIF #IF(((NOT #COUNT(#Product.SubProducts)) OR (#Product.SuperProduct)) AND NOT #DEFINED(#AmazonPrice))

{ListingNotPossible}

{MissingPrice}

#ENDIF
{SKU} #Product.Alias
{ProductCode} #Product.UPCEAN
{ShopPrice} #IF(#Shop.InputTaxModel)({Gross})#ELSE({Net})#ENDIF #LOCAL("ListPrice", #FUNCTION("LISTPRICE", #Product.Object, #CurrencyID, #Shop.InputTaxModel, 1)) #ListPrice[money] #ENDLOCAL
{YourPrice} {MandatoryStar} #PortalConfig.PortalSite.Currency.Symbol
{DeliveryPeriod} {MandatoryStar} {DaysFuzzy}
{Condition} #REM als hidden wg. Pflichtfeld in Formvalidierung.. #ENDREM #IF(#OnlineStatus > 1) #ENDIF
{ConditionNote} #REM 1) disabled="disabled" #ENDIF />#ENDREM
{Status} #IF(#OnlineStatus == 0){IsPreparing} #ELSIF(#OnlineStatus == 1){Error} #ELSIF(#OnlineStatus == 2){IsUploading} #ELSIF(#OnlineStatus == 4){IsActive} #ELSIF(#OnlineStatus == 8){inactive} #ENDIF