How to add extra Product fields?

Posts: 47
Joined: 12/11/2007

I wanted to add some product fields at admin/store/settings/products/edit/fields which can be shown in product page.

Currently it is showing Model, Image, Price, Weight.......etc. I wanted to add like Material (where I can specify "e.g. glass, etc. on adding product") and can I also specify some texts which will be shown on every product page....Like this good will be shipped within 2 days.

Any help will be appreciated.

Posts: 5379
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

For those things you'll want a combination of CCK fields and custom node templating. Look around for a tutorial on adding fields to a node type using CCK for more information.