Hi. Thanks for this great module!!

My plan is to get the option_images pic to replace the ubercart product pic. I've creative a content type for products with color choices, and enabled option_images for that content type. I want to hide UC product images, and have it so that the the user can flip between color choices, which, in virtue of option_images, have become the main product images.

It would be great to have a feature that allowed a bit more control over image placement.

Any suggestions?

Comments

tjholowaychuk’s picture

Depending on how your content type node is currently themed the default option image should display initially. I am not fermiliar with 'the ubercart product pic', is this just the image module?

oldmanpants’s picture

One way to do it is to:

1. Set ubercart to not display images, which can be done in product configuration.
2. Use option_image to display images for content types with color choices. So, set CCK image field to 'hidden' for node view.
3. Use CCK image field to display images in node view for content types that do not use option_image.

It would just require a bit of extra theming work.

tjholowaychuk’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.