Custom fields from custom content type not showing up
greenerist - January 12, 2009 - 20:37
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 :)

Check the permissions page
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.
Permissions are set
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 :)
"Create product content" is
"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.
content_permissions is enabled
Thanks marcvangend, i got it working now. Is it possible to add a button to this Content Type? like a "save to wishlist" button?
You can use the flag module
You can use the flag module for that, http://drupal.org/project/flag.