Page 1 of 1

Add multiple items to cart at once?

Posted: Fri Jul 24, 2009 7:07 am
by bandergrove
I am developing a shopping cart for a wholesale dress / apparel company, and their clients generally purchase items in large quantities.

Each of our dresses is available in several different sizes and colors, such as:
Size Options: XS - S - M - L - XL. - 2XL - 3XL
Color Options: Black - White - Beige - Plaid - Green

Would it be possible to make the quantity field have a grid of text boxes, where the customer could enter a quantity for each, and then add several variations of the item to the cart at once?

Something like this:

Code: Select all

_____		XS.	S..	M..	L..	XL.	2XL	3XL
Black		[ ]	[ ]	[ ]	[ ]	[ ]	[ ]	[ ]
White		[ ]	[ ]	[ ]	[ ]	[ ]	[ ]	[ ]
Beige		[ ]	[ ]	[ ]	[ ]	[ ]	[ ]	[ ]
Plaid		[ ]	[ ]	[ ]	[ ]	[ ]	[ ]	[ ]
Green		[ ]	[ ]	[ ]	[ ]	[ ]	[ ]	[ ]
(Each [ ] is a text box where the customer will enter a quantity, and then they click the "Add to Cart" button just once to add all of the dresses at once.)

There would be only one "Add to Cart" button to add all of them at one time.

Thanks!

Re: Add multiple items to cart at once?

Posted: Fri Jul 24, 2009 7:34 am
by Leon
That seems quite complex, and i doubt that anyone would create that without a fee.

I'm sure if you are willing to pay for it, someone will be willing to code it for you.

Re: Add multiple items to cart at once?

Posted: Wed Sep 16, 2009 5:12 am
by kakaajee
Hey, I am having almost the same problem.
Is there any one who can help about this or at least any idea of how to accomplish it.

Re: Add multiple items to cart at once?

Posted: Wed Sep 16, 2009 5:21 am
by Qphoria
I don't have this for options, but I do have it at the product level. Perhaps you can alter your methods to create them as different products and then multi-add them with it:
http://www.unbannable.com/ocstore/index ... ickshopper

I'm just finishing up some last minute features but it works, and works with options.

Re: Add multiple items to cart at once?

Posted: Fri Sep 18, 2009 1:53 am
by kakaajee
Thanks Qphoria for your reply.
But what I need is some different sizes and quntity for the same product.

I have attached the file for this purpose. Can we accomplish that by some easy way?

I will be greatly thankful.

Re: Add multiple items to cart at once?

Posted: Wed Mar 17, 2010 12:33 am
by wapes2000@yahoo.com
Hi kakaajee!
any success? i'm basically looking for the same thing!

Re: Add multiple items to cart at once?

Posted: Thu Feb 09, 2012 7:11 am
by jeffss
Qphoria -

That link is no longer active and I can't find the mod on your site. Could you point me in the right direction? I really need this functionality.

Thanks!