#LOCAL("NeedStockLevelColumn",0) #LOOP(#BundledProducts)#IF(#IsVisible AND #DEFINED(#StockLevel) AND NOT(#StockLevel EQ "") AND #IsAvailable)#SET("NeedStockLevelColumn",1)#ENDIF#ENDLOOP #IF((#IsBundleProduct)AND (#COUNT(#BundleProductMaps)))
{Product} | #IF(#NeedStockLevelColumn AND #Shop.ShowAvailabilityIcons){Status} | #ENDIF{Quantity} | {Price} |
---|---|---|---|
#Name #IF(#Shop.IsProductNoVisible){ItemNoShort}: #Alias#ENDIF |
#IF(#NeedStockLevelColumn AND #Shop.ShowAvailabilityIcons)#INCLUDE("INC-ProductStockLevelIcon") | #ENDIF#IF(#BundledQuantity) #BundledQuantity[float] #OrderUnit.Name #ENDIF | #LOCAL("CurrencyID", #INPUT.Currency) #LOCAL("Price", #DISPLAYPRICE(#Object, #CurrencyID, #Shop.TaxModel, #Session.User.Object,1)) #IF(#DEFINED(#DisplayPrice))#SET("HasPrice", 1)#SET("DisplayPrice", #DisplayPrice * #BundledQuantity)#ENDIF #SNIPPET("INC-DisplayPrice", "OrderUnitDisplayOption,EnableAsterisk,NoVariationPriceFromText", "None", "1", "1") #ENDLOCAL #ENDLOCAL | #ENDLOCAL #ENDWITH