Trying to determine if the is a hack or a feature or a bug, and how do I fix it?
In version 8.8.1.32 (cleansolution.net.dynamicweb-cms.com)
If price matrix has a line with "Customer number" = MINIMUM and you are loged in with a user that belong to User group "Rabatgruppe 30"
then
in product view the price will take the price from MINIMUM (30,-) (@GetValue("Ecom:Product.Price"))
but in productlist it will take the price from "Rabatgruppe 30" (28,14) (@foreach (LoopItem i in GetLoop("Products")){ @i.GetValue("Ecom:Product.Price") })
and when putting it in to the cart it will take from "Rabatgruppe 30" (28,14) no matte if it is added from productlist or product view
There is no user where the customer number = "MINIMUM"
and there is no reference to "MINIMUM" in any template
It seams that this "feature" only works in Product view