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