Hi all,
I'm working on a fix which needs a custom priceprovider. This priceprovider checks a custom productfield and changes the price according to the value of the field. Everything works (that is: in lists I get the expected value for different products and when debugging I see the debugger breaking on my breakpoints in the priceprovider). This applies to a list of products and also to a list of products after a search.
The problem arises after a search which returns a single item: my priceprovider doesn't get called. Is there anybody familiar with this problem? Or maybe even knows a way to call the priceprovider at this stage? We're running our solution on version 8.5.1.17.
Thanks!