I created one attribute “gmdn” on Magento and put it in attribute set default. But after I gave a value to this attribute, it is displayed in the additional information tab. But I want to display it below the name of product in the view page.
I created one attribute “gmdn” on Magento and put it in attribute set default. But after I gave a value to this attribute, it is displayed in the additional information tab. But I want to display it below the name of product in the view page.
2
Answers
For this you have to make changes in file
and add below code after product name division
For example, Your attribute code is gmdn, You need to do the following things at /app/design/frontend/[your package]/[your theme]/template/catalog/product/view.phtml:
Or
These two are same. But representing way is diferent.