Hi there,
On my product list page I have a mix of normal products and part list products, shown on a product tile with their price.
For the parts list products that price is set to Fixed price plus changes.
I also have a price filter, for which I use the Ecom:Filters.Price.ContextFrom and Ecom:Filters.Price.ContextTo tag values to set the start and endpoint of my price slider.
Now I noticed that for my parts list products the Ecom:Filters.Price.ContextTo tag doesn't give me the calculated price but the value in its price field (fixed price WHITHOUT changes?).
This results in an unusefull slider, because my part list product prices shown in the product list exceed the max slider value.
Is there a work around for this, or am I doing this all wrong ?
I already thought of getting the highest and lowest value from the product list with javascript, but that doesn't work on the product pages with paging, it's very well possible that the lowest or highest priced product is on another page ....