#IF(#DEFINED(#Product)) #IF(#Name)#Name#ELSE#SKU#ENDIF #IF(#Shop.IsProductNoVisible)
{ItemNoShort}: #Product.Alias[slice:20,html]#ENDIF #MENU("AdditionalProductInformation") #INCLUDE(#Template) #ENDMENU #IF(#IsLineItemProductBundle)

#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

#ELSE #IF(#Product.SuperProduct)

(#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 #ELSE #Quantity[float] #IF(#Name)#Name#ELSE#SKU#ENDIF #BasePrice[money] #ENDIF #Quantity[float] #Product.OrderUnit.Name #IF(#DEFINED(#Product)) #IF(#Product.PriceQuantity == 1 OR #Product.PriceQuantity == 0 OR #Quantity == 0) #BasePrice[money] #ELSE #FUNCTION("FORMAT",(#BasePrice * #Product.PriceQuantity), "money") #ENDIF #LOCAL("TempOrderUnit","") #IF(#Product.OrderUnit.Abbreviation)#SET("TempOrderUnit",#Product.OrderUnit.Abbreviation) #ELSE#SET("TempOrderUnit",#Product.OrderUnit.NameOrAlias)#ENDIF #IF(#Product.PriceQuantity != 1)/ #Product.PriceQuantity[float] #TempOrderUnit#ENDIF#IF(#Product.OrderUnit.Alias NE "piece" AND #Product.PriceQuantity == 1)/ #TempOrderUnit#ENDIF #ENDLOCAL #ELSE #BasePrice[money] #ENDIF #IF(#Discount)({Discount}: #Discount[money])#ENDIF #LineItemPrice[money] #SET("Alternate", 1 - #Alternate)