-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Amazon-uk is ignoring MAX_PRICE_SERIES filter #2813
Comments
I'm not a coder so bear with me... I looked through the src\store\model\amazon-uk file and saw that it was referencing the US priceblock_ourprice container. I don't think the UK uses the same one, although I'm not sure what its alternative is. I tried a few things in its place but it didn't seem to work. For all I know this could be completely irrelevant? |
Amazon-DE is equally impacted. According to other issues, we arent alone on this one. This "bug" persists since July tho apparently with no fixes. Best idea would be to just remove amazon-Uk from your list |
For amazon.de at least it seems the fix is to open src\store\model\amazon-de.ts and change '#priceblock_ourprice' to '.a-text-price'. |
This fixed it for me on amazon-uk. |
Can confirm this problem is happening for amazon US and this fix works. labels.maxPrice.container just needs to be updated |
Expected Behavior
Streetmerchant should have ignored the amazon-uk items that were coming back with higher price tags than what was specified in the MAX_PRICE_SERIES filter.
Current Behavior
Streetmerchant is instead accepting amazon-uk items that have a higher price tag than what is specified in the MAX_PRICE_SERIES filter.
What operating system are you seeing the problem on?
Windows
Relevant log output
Configuration
Code of Conduct
The text was updated successfully, but these errors were encountered: