Multiple option set for a product

Freshmind

Joined: 2012-11-28
Posts: 3
Posted: Wed, 2012-11-28 21:46

Hi ,

I have Gallery2.3.2 and checkout module 0.4.3.

Currently Checkout module allows one option set to be set to a product. But I want to assign multiple option sets for a product.

Any help on customizing would be great!!!

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-11-28 22:36

What kind of options are you talking about?
You can create many products for any item like for photos, you can sell 5x7, 8x10, 16x20 posters, Mugs, iPad cases... <- each is a different product for a single photo.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
Freshmind

Joined: 2012-11-28
Posts: 3
Posted: Thu, 2012-11-29 20:12

Thanks for your response!.
I have 3 products say 4x6 photo,4x6 photo with mount and 4x6 photo with frame.
I would like to give the following options to my products

4 x6 photo.
Have color / black and white option

4x6 photo with mount
1.can choose colour of the mount
2.colour/black and white option

4x6 photo with frame.
1.can select frame type
2. can choose color of the mount
3.colour/black and white option

I would like to use multiple option sets for a item.
Thanks

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2012-11-29 21:02

Looks like there are 2 built-in options but you can have unlimited sets of these 2 options.

Adding more options would likely be difficult and time consuming. But it could be done.

I modded our Checkout module to allow the end user to choose the cropping for each photo/aspect they added to their cart.
It was not an easy task.

Basically we hold cropping operations in the browser's localStorage until checkout is complete, then we perform the operations and copy the product to an output directory.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
Freshmind

Joined: 2012-11-28
Posts: 3
Posted: Mon, 2012-12-03 12:24

Thanks a bunch !!!.

Sorry for the late reply I was away for the weekend.

You gave me a spark to achieve mine. Thank you once again!!!