atwix

Adding a new tab to the product edit page in admin

There are 2 ways to add a new tab to the product edit page in admin panel of Magento.

First method:
Let’s add a tab for a custom module.
Add the following code to your config.xml file in the global scope:
Read More