#IF(#FormError)
{NoProductCodeAvailable}
#ELSIF(#Reason EQ "ProductNoValidPriceMinisterPrice") {PleaseCorrectErrors}{MissingPrice}
#ELSIF(#Reason EQ "ProductNoValidPriceMinisterCondition") {UnknownError}{Condition}
#ELSIF(#Reason EQ "ProductNoValidPriceMinisterQuantity") {PleaseCorrectErrors}{Quantity}
#ELSIF(#Reason EQ "ProductNotExported") {UnknownError}{NoExport}
#ELSIF(#Reason EQ "STRING_EMPTY") {InputError}{MandatoryFieldsMissing}
#ELSE {InputError}{PleaseCorrectErrors}
#ENDIF #ENDLOOP{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 |
{Condition} | #REM is hidden because mandatory field in form validation.. #ENDREM #IF(#OnlineStatus NGT 1) #ENDIF |
{ConditionNote} | #REM#ENDREM |
{Status} | #IF(#OnlineStatus NEQ 0){IsPreparing} #ELSIF(#OnlineStatus NEQ 1){Error} #ELSIF(#OnlineStatus NEQ 2){IsUploading} #ELSIF(#OnlineStatus NEQ 4){IsActive} #ELSIF(#OnlineStatus NEQ 8){inactive} #ENDIF |