Option Images

Contrib type: 
Module
Status: 
Work in progress
Compatibility: 
Ubercart 1.x

For more information view the project page.

Re: Option Images

Awesome. Hope it goes well. Cool

Re: Option Images

Great module. Thanks! Just what I was looking for.

Re: Option Images

I cannot figure out how to add an image for an option. I've enabled the module and the settings are configured correctly. Are there any instructions around?

Re: Re: Option Images

It is a little confusing due to how 'nested' the Ubercart system is. If you create a product, and then edit that product, you should have an 'options' tab where you can add/edit/remove options for the attributes u have given that product. This is where you will see the file fields allowing you to upload the images.

So for example; node/2/edit/options

Thanks was surprised this

Thanks Laughing out loud
was surprised this module had not been created already!

Option Images - Images the same for all options

Trying option images. So far it is posting the same image for all options. Any solutions?

Jim

PS

This has also been posted on Drupal.

AttachmentSize
images.png111.37 KB

Theming Question

Hi.

When I add the following to product-node.tpl.php, the first 'option images' pic appears, but the images do not change when a different attribute is selected. Any suggestions on what I need to add to get it working? Thanks!

<?php
print $node->content['option_image']['#value']; 
?>

I need to do it without using:

<?php
print $content
?>