#LOCAL("SuperProduct", #Product.SuperProduct) #IF(#SuperProduct) #LOCAL("VariationTypeValuesArray", #SuperProduct.VariationTypeValues) #LOOP(#VariationTypeValuesArray) #ENDLOOP #ENDLOCAL #ELSE #ENDIF #ENDLOCAL
{Product} #Product.NameOrAlias
#Attribute.NameOrAlias #FORMAT(#GET("Product.".#Attribute.Alias.".ValueOrAlias"),"html")
{SKU} #Product.Alias
{ProductCode} #Product.UPCEAN
{CheapestOffer} #BestPrice[money]
{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}: #LOOP(#FROMPLAINLOOP(#ErrorMessages),0,0) #Element.ErrorMessage (Code: #Element.ErrorCode) #ENDLOOP #ELSIF(#OnlineStatus == 2){IsUploading} #ELSIF(#OnlineStatus == 4){IsActive} #ELSIF(#OnlineStatus == 8){inactive} #ENDIF