So in created a Custom Content Type called "Products" and added a custom field called "Price". I wants a user to create and account and be able to create new "Products" only. They can see "create product" but it only shows the "Title" and "Body" field, not the "Price" field. What am I missing? Thanks :)

Comments

marcvangend’s picture

Do you have the content_permissions module enabled? If so, check the permissions page (admin/user/permissions) to see if the permissions for that field are correct.

greenerist’s picture

Yes, the user is a part of a role called "member" that has permissions to "create product content".

This has to be a permissions issue. When i'm logged in as Admin I can see my added custom fields. So it's just prob a matter of tweaking :)

marcvangend’s picture

"Create product content" is on of the permissions published by the node module. It's important that it's set right, but it may not be the complete story.
I guess I'll just repeat my question: is the content_permissions module enabled? In that case, there are more permissions so set.

greenerist’s picture

Thanks marcvangend, i got it working now. Is it possible to add a button to this Content Type? like a "save to wishlist" button?

marcvangend’s picture

You can use the flag module for that, http://drupal.org/project/flag.