Contrib type:
ModuleStatus:
Work in progressSponsored by:
350 DesignsCompatibility:
Ubercart 1.xFor more information view the project page.
Project page on drupal.org:
http://drupal.org/project/uc_option_image
|
UbercartOne cart to rule them all... |
|
| Donate | Affiliates | Sponsors | ||
Option Images
|
|
Re: Option Images
Awesome. Hope it goes well.
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
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.
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!
<?phpprint $node->content['option_image']['#value'];
?>
I need to do it without using:
<?phpprint $content
?>