Magento
Magento: Override Mage_Adminhtml_Block_Report_Product_Lowstock_Grid
1. Create a file in app\etc\modules\Techievolve_LowStockReport.xml 2. Create a file in app\code\local\Techievolve\LowStockReport\etc\config.xml 3. Create a file in app\code\local\Techievolve\LowStockReport\Block\Adminhtml\Report\Product\Lowstock\Grid.php
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” and paste the following contents in that file. 3. We Read more…
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 with meta_title Step2: Then in app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Meta.php find the function protected Read more…
Magento
Magento: get drop down attribute text from customer
in the following code $custObj is a customer obj
Magento
Magento : Multi select box with search
Downlode the plugnin from https://harvesthq.github.io/chosen/ 1. Add the following files in your phtml file 2. Select box html looks like: 3. At the bottom add the following script and file Note: The above plugin is working on prototype so that’s the advantage it will not conflict .