Closed (works as designed)
Project:
e-Commerce
Version:
5.x-3.0-beta2
Component:
product
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2007 at 23:13 UTC
Updated:
13 Feb 2007 at 00:27 UTC
Hi. I'm very new to the workings of the Ecommerce module.
I want the create content page for each product, to allow the addition of a product image. I'm assuming this is part of the ecommerce package, but I don't know where to look for it.
Can anyone help? Do I need any other modules for it to function (ie. image)
Comments
Comment #1
pyrello commentedHey,
As far as I know, this is not a part of the e-commerce package specifically. However, if you are using Drupal 5, you can edit your product content type using the content and CCK modules. You will also need the imagefield module for CCK. Then go to Administer > Content Management > Content Types and click on the edit link after product. Along the top will be a tab for Add Field. This will allow you to create a custom component to the product type.
Another way to do what you are trying to do is to create a completely new content type using CCK. Add whatever fields you would like. Then, when you create a new item of that content type, turn it into a product using the product section on the creation form.
Good luck.
Comment #2
gordon commentedthe best method of doing this is to use image_attach which comes with the image module, and then do some theming to place the image correctly.