#IF((#IsBundleProduct)AND (#COUNT(#BundleProductMaps)))
#IF(#ImageSmall)
#ENDIF
#NameOrAlias
#IF(#SuperProduct)
#LOCAL("ShowVariationValues",1)
#LOOP(#SuperProduct.Categories)
#IF(#ID == #THIS.ID)#SET("ShowVariationValues",0)#ENDIF
#ENDLOOP
#IF(#ShowVariationValues)
#LOCAL("ListItemProduct",#_)
(#JOIN(", ",#VariationTypeValues)#Attribute.NameOrAlias#SPACE[0]: #FORMAT(#GET("ListItemProduct.".#Attribute.Alias.".ValueOrAlias"),"html")#ENDJOIN)
#ENDLOCAL
#ENDIF
#ENDLOCAL
#ENDIF
#BundledQuantity[float] #OrderUnit.Name
#LOCAL("CurrencyID", #INPUT.Currency) #LOCAL("DisplayPrice", #DISPLAYPRICE(#Object, #CurrencyID, #Shop.TaxModel, #Session.User.Object, 1)) #IF(#DEFINED(#DisplayPrice))#SET("DisplayPrice", #DisplayPrice)#SET("HasPrice", 1) #SNIPPET("INC-DisplayPrice", "OrderUnitDisplayOption,PriceFormatter,EnableAsterisk,NoVariationPriceFromText,AdditionalPriceInformation", "None", "money", "1", "1", " / " . #BundledProduct.PriceQuantity . " " . #OrderUnit.Name) #ENDIF #ENDLOCAL #ENDLOCAL #IF(#ProductDataSheet) #SNIPPET("SNIPPET-ProductDataSheet") #ENDIF |
#ENDLOCAL
#ENDWITH
#ENDLOOP