Paolo Oranges
Paolo Oranges
I was investigating the issue, it is more about where the price is taken. At the moment I have the same issue with this: https://www.amazon.es/gp/product/B095X51RHY The price selector is: ```...
I've just changed the selector for price to the parent one and it works. So for me this works: ``` maxPrice: { container: '#price', euroFormat: true, }, ```
@jef I did use it for `amazon-es` only. I had the problem that I was receiving notification of prices higher then the limit set when the product was sold by...
@jef . ``` maxPrice: { container: '#price', euroFormat: true, }, ``` Is the parent that contains the original one that you set: ``` maxPrice: { container: '#priceblock_ourprice', euroFormat: true, },...
Hey! this might help you: https://github.com/jef/streetmerchant/issues/2199#issuecomment-869541609
I had the same problem and tested @Cnoor0171 fix. It wokrs like a charm. @polmr can we open a PR?