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 : 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 .