cancel
Showing results for 
Search instead for 
Did you mean: 

relocating attributes

relocating attributes

Need to move / relocate few attributes that are displayed by default in Additional Information Tab such as SKU , Manufacturer , etc . 

How can i do that ? 

 

Thank. 

2 REPLIES 2

Re: relocating attributes

so , any one knows how to move attributes around the page ? 

sorry for bumping this up but was not able to find any info on the net . 

Thanks. 

Re: relocating attributes

Muving stuff around is not simple as that: additional info is an automatically generated list. To see how manually position attributes on template check: app/design/frontend/{package}/{theme}/template/category/product/view.phtml (replace {package} and {theme} with appropriate values).

 

Pay attention to product attribute getters there, such as getDescription() or getShortDescription(). Those are automatically generated from product attribute codes.

Tanel Raja