You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed the same issue as described here: #1182
Preconditions
Create bundle product with fixed price.
Magento Version : EE 2.2.6
ElasticSuite Version : "2.6.4",
Environment : Magento Cloud in production mode
Third party modules :
Steps to reproduce
Open storefront.
Enter query to the search field to search for your bundle with fixed price
Pay attention to the price of the Bundle in quick search drop-down.
Expected result
Fixed price should be shown.
Actual result
Price range is shown.
This issue probably related to the fact that for product query for Autocomplete doesn't have price_type, so products rendered with range instead of fixed price.
The text was updated successfully, but these errors were encountered:
We noticed the same issue as described here: #1182
Preconditions
Create bundle product with fixed price.
Magento Version : EE 2.2.6
ElasticSuite Version : "2.6.4",
Environment : Magento Cloud in production mode
Third party modules :
Steps to reproduce
Open storefront.
Enter query to the search field to search for your bundle with fixed price
Pay attention to the price of the Bundle in quick search drop-down.
Expected result
Fixed price should be shown.
Actual result
Price range is shown.
This issue probably related to the fact that for product query for Autocomplete doesn't have price_type, so products rendered with range instead of fixed price.
The text was updated successfully, but these errors were encountered: