{QuantityDiscount}
{Quantity} |
#IF(#COUNTQuantityPrices>0){PriceInfoPrice} | #ENDIF
#IF(#COUNTQuantityDiscounts>0){Discount} | #ENDIF
#LOCAL("DiscountAbove", 0)
#LOOP(#InfoPriceQuantities)
#SET("COUNTPriceInfoQuantities", #COUNTPriceInfoQuantities + 1)
{AtleastQuantity} |
#IF(#COUNTQuantityPrices>0)
#IF(#Price)
#LOCAL("LocalizePrice", #Price[money])
#IF(#FUNCTION("DISPLAYPRICETAGINFOGROSS", #Object, #Shop.TaxModel, #Session.User.Object))
#IF(#Shop.PriceTagInfoMultiProductGross)
#SET("LocalizePrice", #LocalizePrice." *")
#ENDIF
#ELSIF(#Shop.PriceTagInfoMultiProductNet)
#SET("LocalizePrice", #LocalizePrice." *")
#ENDIF
{PriceEach}
#ENDLOCAL
#ENDIF
|
#ENDIF
#IF(#COUNTQuantityDiscounts>0)
#IF(#DEFINED(#Discount))#SET("DiscountAbove", #Discount)#IF(#Discount)#Discount[float] %#ENDIF
#ELSIF(#DiscountAbove)#DiscountAbove[float] %#ENDIF | #ENDIF
#ENDLOOP
#ENDLOCAL
#IF(#COUNTQuantityPrices>0 AND #COUNTQuantityDiscounts>0)
{Notification}: {BulkPriceBeforeDiscount}
#ENDIF
#IF(#COUNTQuantityPrices>0)
#IF(#FUNCTION("DISPLAYPRICETAGINFOGROSS", #Object, #Shop.TaxModel, #Session.User.Object))
#IF(#Shop.PriceTagInfoMultiProductGross)
* #Shop.PriceTagInfoMultiProductGross[0]
#ENDIF
#ELSIF(#Shop.PriceTagInfoMultiProductNet)
* #Shop.PriceTagInfoMultiProductNet[0]
#ENDIF
#ENDIF