#IF(#FormError)
{HelpDeliveryPeriodValidValues}
#ELSIF((#Reason EQ "INTEGER_TOO_LARGE") AND(#FormError_AmazonDeliveryLatency)){HelpDeliveryPeriodValidValues}
#ELSIF(#Reason EQ "STRING_EMPTY"){MandatoryFieldsMissing}
#ELSE{MissingPrice}
{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 |