Post by ilkayturkoglu » Fri Jan 22, 2010 7:59 pm

Hi friends, instead of drop down to the products while offering the option I want to use check box. so customers will be able to make multiple selections instead of individual choice, Is there a friend will help

Newbie

Posts

Joined
Fri Jan 01, 2010 10:24 pm

Post by Qphoria » Fri Jan 22, 2010 11:38 pm

This is not easily done due to the way the cart function matches the values. It expects only 1 option value per option category.

Color:
- Red
OR
- Blue
OR
- Green

AND

Size:
- Small
OR
- Med
OR
- Large

The post back looks for "Option1=Value" so there would need to be big changes for it to support multiple
However,
you could do it if you only make one option value per option. Even if you set them to the same name. You'd have in the backend
Option 1 - Color: RED
Option 2 - Color: BLUE
Option 3 - Color: GREEN

This way, although they are displayed as the same type of option, they are actually different options for each.
Then if you strictly stick to this method you could change the front end to use checkboxes instead of select box.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 1 guest