balanv
balanv

Reputation: 10898

Magento - How to Add a custom tab Under Product Information in the Admin panel?

I have been working on a new customization for my magento website. Now i am trying to add a custom tab "Price - Size" with the default tab list. How do i do it? any reference would be helpful..!

Below is the screenshot of what i am expecting to have (I will place some size-pricing information in the main area when user clicks this tab)

Thanks

enter image description here

Upvotes: 4

Views: 5815

Answers (1)

Oğuz Çelikdemir
Oğuz Çelikdemir

Reputation: 4980

You can do by attributes, like the following.

  1. Go to Catalog -> Attributes -> Manage Attributes Set
  2. Add new attribute set based "Default"
  3. Go to Manage Attributes
  4. Add new Attributes
  5. Give unique attribute code and fill other necessary fields.
  6. Click "Manage Label / Options", fill labels what you want.
  7. Go to Catalog -> Attributes -> Manage Attributes set, then click the new created set.
  8. Add new "Group", give a proper name.
  9. Select attribute that you want to attach this created new group from right panel ( drag and drop on the new group )
  10. Create new product, select the attribute that you created a few seconds ago.

The finally, you will new attribute in the product page left sidebar.

Upvotes: 7

Related Questions