#WITH(#BundledProductContainer)
#LOOP(#LineItems)
#Quantity[float] #Product.OrderUnit.Name #Name
#IF(#Product.Manufacturer){Manufacturer}: #Product.Manufacturer
#ENDIF
#IF(#Shop.ShowProductMainCharacteristics EQ "InputField")
#Product.MainCharacteristics[preline]
#ELSIF(#Shop.ShowProductMainCharacteristics EQ "ShortDescription")
#Product.Description[nohtml,html]
#ELSIF(#Shop.ShowProductMainCharacteristics EQ "LongDescription")
#Product.Text[nohtml,html]
#ENDIF
#ENDLOOP
#ENDWITH
(#JOIN(", ",#Product.VariationTypeValues)#Attribute.NameOrAlias#SPACE[0]: #FORMAT(#GET("Product.".#Attribute.Alias.".ValueOrAlias"),"html")#ENDJOIN)
#ENDIF #IF(#Product.Manufacturer){Manufacturer}: #Product.Manufacturer
#ENDIF#IF(#Shop.ShowProductMainCharacteristics EQ "InputField") #Product.MainCharacteristics[preline] #ELSIF(#Shop.ShowProductMainCharacteristics EQ "ShortDescription") #Product.Description[nohtml,html] #ELSIF(#Shop.ShowProductMainCharacteristics EQ "LongDescription") #Product.Text[nohtml,html] #ENDIF
#MENU("LineItemInformation") #INCLUDE(#Template) #ENDMENU #ENDIF