-
Notifications
You must be signed in to change notification settings - Fork 341
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
Price filter gets negative price #3300
Comments
Hello @ioweb-gr, It's more likely that this problem is related to your environment and its settings. I'm not sure that we can reproduce it without fully understanding how everything is configured. Are you sure that there are no established discounts or catalog price rules, in other words, something that could affect on a negative price? BR, |
Hi @vahonc We don't actualy use any catalog rules As far as the filter is concerned it's behaving really weird Check what happens as I change the price slider firefox_PqV9DxR5fW.mp4I'm not really sure where to start to provide the require info. Any ideas what I should check and provide the necessary info? |
What is the status of this setting? What about your fronted theme? Is there fully compatibility (based on) with default Luma theme? If it possible try to switch to Luma theme. Have you checked the price of your products or discount rules? BR, |
can you enable the debug mode of Elasticsuite and give us the query it's generating ? if you can replay this query via cerebro (if you're familiar with it), I'd like to be able to show the results as well. Regards |
I'm not familiar with cerebro. I'll try to check the debug mode when there's a bit less traffic |
Forgot to answer this is the LUMA theme, we just changed styles |
This issue was waiting update from the author for too long. Without any update, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away! Thanks for your contribution. |
Just an update here I think we're suffering from this |
Are you able to reproduce this issue without (disabled) ElasticSuite module?
Have you found something that can help us to understand your problem? BR, |
Hi Yes actually I tested further and the negative prices appear after removing elastic suite as well so it's not the reason the indexes are created wrong but the core itself. What I haven't been able to determine because I cannot remove it for a prolonged period of time is whether the prices in the configurable products are created because the elastic suite is enabled or not The culprit however is that configurable products suddenly have prices stored in the db which create a problem in the indexer. |
@romainruaud if we can agree that Magento prices never go below 0 we could do the following to fix the issue in the price filter. File: src/module-elasticsuite-catalog/Block/Navigation/Renderer/PriceSlider.php line 77
|
@rikwillems indeed but this would not really solve the root cause of the issue, which I'd like to know : if we see negative price, it means at some point they get indexed in Elasticsearch, but also in the Magento price index table, which is very strange. Regards |
@romainruaud that is true. But as the related Magento tickets are quite old already I went down this road. For my project I have this as a patch, but for sure good to track the origin issue. |
@rikwillems This doesn't help either because it will give you invalid range. Let's say that normally products start at 50$ price and max is 120$ If the filter which was negative now shows 0 as the minimum, the user can set the price filter to minimum 0 and max 40 for example and he'd see 0 products. It will still be a mistake as he should see the lowest boundary properly We still haven't been able to identify the root cause why negative prices are being created |
In any cases, if you have a negative price in So if this is the case, it's not an Elasticsuite related bug, but a Magento one, and we'll have no way to fix this here :( regards |
Every now and then in some categories, the price slider starts to show negative prices in the lowest margin. The upper boundary is correct.
Preconditions
Magento Version : 2.4.6-p4 CE
ElasticSuite Version :2.11.5.1
Environment : Production mode
Third party modules :
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: