Is there a way that a customer can select more that one choice of a product at a time. For instance a product that has four flavours and the customer wants to choose say chocolate and strawberry without having to put chocolate in the basket first then come back and put strawberry in?
Announcement
Collapse
No announcement yet.
Multiple Selection Drop Down
Collapse
X
-
Norman Rouxel has a product that lets you create a grid of products and choices, the user can then just say how many of each one they want. It is really clever.
See http://www.rouxel.cwc.net/actinicstuff.html for more details, it is NorMatrix.
Regards,Jan Strassen, Mole End
Comment
-
NorMatrix, as Jan mentioned is designed to allow you to create a matrix of quantity boxes in a 2D table for same-priced items that come in lots of combinations. E.g. if you were selling Jelly Babies and they came in shapes Boy, Girl, Perl Programmer (a wierd half-breed), and also in Colours, Red, Green, Yellow. Then you could have a matrix like:-
Code:Colour/Type Boy Girl Perl Red 0 0 0 Green 0 0 0 Yellow 0 0 0
And now all the customer has to do is to put in how many they want in each combination and hit a single Buy button.
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Re T-Shirts. Afraid not. All the items in the matrix have to be the same price. You'd have to make another product for each higher price break.
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
I just found a live demo of this that I'd forgotten about. See http://www.drillpine.biz/aura/acatal...izes_Demo.html for it.
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment