-
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
Special price doesn't show by autocomplete #682
Comments
Can somebody please give me feedback about this? |
Following this issue, as I'm seeing the same behaviour on one of our sites. It seems that autocomplete box doesn't display special price for some products. Furthermore, the part that fetches the price (priceRenderer) seems pretty slow, so it sometimes takes a few seconds for autocomplete to show. Haven't investigated yet, but interested to see if someone else has the same problem(s). |
I am able to reproduce the issue on my testing environment. I set special price to a product and save it. Price index is OK, so does the ES index. But the autocomplete display the base price. I will investigate this one to find what could cause this bug. |
PR have been merged. |
How can I hide product price from autocomplete list?? |
Preconditions
When you search for an product and it has an special price. the normale price wil showed in the dropdown screen.
i mean the top search balk in the header.
when you type your product. you see different products that the customer means. and the it didn't show an special price if the product has an special price.
Magento Version : 2.1.9
ElasticSuite Version : 2.3.0
Environment : production and development
The text was updated successfully, but these errors were encountered: