We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to match ElasticSuite for M2 format, configurable products should have a list of their own SKU + their children's SKU.
It allows to find a product by SKU of another one not visible individually.
Nothing
"type_id": "configurable", "sku": [ "VT08" , "VT08-RN-XS" , "VT08-RN-S" , "VT08-RN-M" , "VT08-RN-L" , "VT08-MT-XS" , "VT08-MT-S" , "VT08-MT-M" , "VT08-MT-L" , "VT08-LL-XS" , "VT08-LL-S" , "VT08-LL-M" , "VT08-LL-L" , "VT08-LA-XS" , "VT08-LA-S" , "VT08-LA-M" , "VT08-LA-L" ],
The text was updated successfully, but these errors were encountered:
fix: prevent error for undefined method on search results page
fb20150
``` Fatal error: Uncaught Error: Call to undefined method Smile_ElasticSearch_Model_Resource_Engine_Elasticsearch::isLeyeredNavigationAllowed() in /var/www/html/app/code/core/Mage/CatalogSearch/Block/Layer.php:81 Stack trace: #0 /var/www/html/app/design/frontend/rwd/default/template/catalog/layer/view.phtml(34): Mage_CatalogSearch_Block_Layer->canShowBlock() #1 /var/www/html/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/html/a...') #2 /var/www/html/app/code/core/Mage/Core/Block/Template.php(273): Mage_Core_Block_Template->fetchView('frontend/rwd/de...') #3 /var/www/html/app/code/core/Mage/Core/Block/Template.php(287): Mage_Core_Block_Template->renderView() #4 /var/www/html/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Template->_toHtml() #5 /var/www/html/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml() #6 /var/www/html/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Text_List->_toHtml() #7 /var/www/html/app/code/core/Mage/Core/Block/Ab in /var/www/html/app/code/core/Mage/CatalogSearch/Block/Layer.php on line 81 ``` refs #1
No branches or pull requests
In order to match ElasticSuite for M2 format, configurable products should have a list of their own SKU + their children's SKU.
It allows to find a product by SKU of another one not visible individually.
Current
Nothing
Expected
The text was updated successfully, but these errors were encountered: