#IF(#FormError)
#LOOP(#FormErrors.Errors)

{ListingFailed}


#IF(#Reason EQ "ProductNoValidUPCEAN") {PleaseCorrectErrors}

{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
#ENDIF #IF(((NOT #COUNT(#Product.SubProducts)) OR (#Product.SuperProduct)) AND NOT #DEFINED(#PriceMinisterPrice))

{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
{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