no option to add image to products

Posts: 3
Joined: 03/23/2008

Sorry I'm a newbie using Drupal 5.7, veiwing in firefox, and am stuck on this, probably something basic. There is no option I can see for me to upload an image when I add a new product or if I edit an existing one.

-I have checked config>>product settings and 'Image' is enabled. Initially the weight was set to -3, I changed it to 9 (but it should have still been showing right?)

-Image toolKit is using the default bult in GD2 toolkit.

-Imagecache is enabled in modules.

-Image is enabled under CCK in modules.

Is there another module i need to install here? or something I haven't enabled?...any ideas anyone?

Thanks
Matt
NZ

Posts: 64
Joined: 02/13/2008

Hey Fullblownweb

Have you enabled the CCK in the content type?

Navigate to the following address below

domain.com/admin/content/types/prodfuct/add_field

Once there the select the image radio button and give the image CCK a label "image" then click create.

This then should add the image field to your product node.

I’m not sure whether your product images will work right I think the reason it didn't install right is because you enabled the store module before CCK, image field, image cache.

Just a guess though.

let me know how you get on or if you need any more help.

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

Also, check the store status table at /admin/store on your site. If there's a row there for images, you may need to click on a link to make sure everything is configured properly. Puzzled

Posts: 3
Joined: 03/23/2008

thanks I hadn't added the image field to the product node. Thats all I had to do;)

Posts: 3
Joined: 03/23/2008

Yep I hadn't done this either. Getting the hang of this now, thanks. I'm sure after a few installations this will all become heaps more familiar.....