Magento
Magento:: Show ‘Out of stock’ simple products in the configurable product?
To achieve this feature you need to override magento core function follow the steps: 1. First, we need to create a module enabler file. Create a file “app/etc/modules/Sushant_Catalog.xml” 2. Next, we need to create a module configuration file. Create “app/code/local/Sushant/Catalog/etc/config.xml” Read more…
Linux
xampp htdocs permission issue
The following command will change the ownership of the /opt/lampp/htdocs/ to you:
Magento
Magento: Add custom dropdown in adminhtml form
In your Namespace/Module/Block/Adminhtml/your_module/Edit/Tab/Form.php Collect your collection
Magento
Magento: Cms Page Meta Title
As in magento default there is no option for cms pages to input meta title but you can do this by following the steps: Step1: Open your database find the table cms_page open the table and add a column named Read more…
Magento2
Magento2: Upgrade by composer
Run the following commands to update your magento version : Now check the updated version of magento
Magento2
Magento2: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1576960 bytes)
Edit your php.ini file. Find memory_limit and increase the size to your desire value.
Magento2
Magento2: No images or JS on new Magento 2 installation
Problem: Solution: open your terminal and run the following command: Note: please remove {your_magento} with yours