Product Features

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

Iam trying to use the new feature. But Iam not able to see the new features.

I updated to bazaar, and i dont see the features in the product and also in the admin screen. Can someone point me to the right place ?

Posts: 329
Joined: 08/28/2007
Early adopter... addicted to alphas.Not KulvikTheminator

I also updated to the bazaar code and was a little confused about what to do. I think you have to make a module that implements the product features. I haven't read this fully but might be what you're looking for: Product features system now in core.

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

Thanks for the document,

But here are my screenshots too. I suppose the features is part of the product module. So I need not enable/disable a new module.

Here are the screenshots . Am i missing something ?

http://www.vingowine.com

AttachmentSize
Screenshot-2.png251.29 KB
Screenshot-1.png235 KB
Posts: 332
Joined: 08/07/2007
Administrator

Rich is correct. In order for there to be a features tab on your product edit page, you need to enable a module that implements hook_product_feature. If you wish to use support for roles, enable the Roles module.

--

-Shawn Conn: If the Name Don't Rhyme It Ain't Mine

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

You're not doing anything wrong. The product features system is more a framework for other modules to plug into. For example, Shawn has cranked out a comprehensive role purchasing module that will be attached to products through the product features menu. If no features are enabled, then the tab won't show up on the product page.

I will update the settings page to say none are enabled if that's the case. Smiling

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

My bad,

I havent read both