Adding Products With Images (non-Admin User)

Project:Ubercart Popular Product
Component:Documentation
Category:support request
Priority:minor
Assigned:Unassigned
Status:fixed
Description
Project: 
Product Minimum

I created a user that has all the privileges necessary to create, delete and edit product nodes. The user also can create image nodes. However, when creating a new product, the section to upload an image is missing. The site admin can add the images in their own product nodes and also when editing someone else's nodes. But our workflow requires the owner of the node to also upload the images. How can I troubleshoot this?

Version: 
Ubercart 2.x-dev
duckz's picture
Offline
Joined: 05/13/2009
Juice: 115
#1
Priority:normal» minor
Status:active» fixed

wrong project

---------------------------------------------------------------------------------------------------------------------
available for custom works, drupalstore.info
------------------------------------------------

klausson's picture
Offline
Joined: 05/05/2010
Juice: 31
#2

Which project would be the correct one?

duckz's picture
Offline
Joined: 05/13/2009
Juice: 115
#3

Try the forum or ubercart main project it self

---------------------------------------------------------------------------------------------------------------------
available for custom works, drupalstore.info
------------------------------------------------

h_dy's picture
Offline
Joined: 06/01/2010
Juice: 7
#4

Try the solution from this post as it helped fixed same issue I had:
http://www.ubercart.org/forum/support/16360/product_images_not_displayin...

> I had to assign permissions to the following selection:
>
> content_permissions module | view field_image_cache
>
> Even though I solved my own problem here, at least posting this will help someone else having the same problem in the future.

HTH Smiling

h_dy's picture
Offline
Joined: 06/01/2010
Juice: 7
#5

Forgot to add... you probably want to permission editfield_image as well (which is more related to what you're trying to achieve). viewfield_image will ensure that the image will appear in the product listing for non-admin users