By default magento does not allow to use bundle products in configurable products. You can change few files to make it work. You needs to … Read more “How to use bundle products in configurable products?”
How to override/extend controller in Magento 1
If we want to override controller file in magento 1 then we need to add create custom modules like following: Create a new module and … Read more “How to override/extend controller in Magento 1”
Magento Login Issue With Chrome
Magento login for admin/customer works fine with Firefox and IE. But sometimes we are not able to login in chrome. This is caused by session cookie … Read more “Magento Login Issue With Chrome”
How to use scripts in elastic search
Wherever scripting is supported in the Elasticsearch API, the syntax follows the same pattern: The language the script is written in, which defaults to painless. The script … Read more “How to use scripts in elastic search”
How to create custom API in Magento 2
The REST API documentation published on the Magento 2 Developer Documentation website describes the REST APIs that are available on the latest release of Magento 2. This documentation is … Read more “How to create custom API in Magento 2”