Page 1 of 1

Looking for Bulk Add to cart extension

Posted: Fri Dec 08, 2023 6:34 pm
by oursupersoftware
Hi,

I've been looking for an extension for my wholesale business to bulk add to cart Product Options.

For example I have a shirt I sell that has the following options
Red - Small
Red - Large
Blue - Small
Blue - XL
etc...

My customers find it time consuming to individually select a product option and enter the quantity and then add to cart for each. They would prefer if the can enter the quantity of each product option and the add to cart all at once.

I have attached a example of how it should look and function.

If you know of an extension that can do this, please let me know.

I was looking to do this myself via editing the code, but my PHP days are long ago :laugh: , if you know how I can do this via editing the code, I'd would also appreciate that.

Kind regards,
John

Re: Looking for Bulk Add to cart extension

Posted: Fri Dec 08, 2023 7:49 pm
by IP_CAM

Re: Looking for Bulk Add to cart extension

Posted: Fri Dec 08, 2023 8:30 pm
by oursupersoftware
I looked on market place extensively and I haven't found an extension that does what I'm looking for. That's why I'm asking on the forums.

Re: Looking for Bulk Add to cart extension

Posted: Fri Dec 08, 2023 10:17 pm
by DigitCart
Hi
Please check my "Quantity for options" live demo. Is it what you want?
https://www.opencart.com/index.php?rout ... n_id=33737

Re: Looking for Bulk Add to cart extension

Posted: Fri Dec 08, 2023 11:14 pm
by oursupersoftware
DigitCart wrote:
Fri Dec 08, 2023 10:17 pm
Hi
Please check my "Quantity for options" live demo. Is it what you want?
https://www.opencart.com/index.php?rout ... n_id=33737
Thanks, this looks like what I'm looking for.

Just a few questions about your extension:
1. Can it also show the stock Quantities of each Option?
2. Does it make the maximum quantity the amount of stock there is?
3. Does it deduct from inventory the same way as adding to cart indivdually?

Kind regards,
John

Re: Looking for Bulk Add to cart extension

Posted: Fri Dec 08, 2023 11:43 pm
by DigitCart
Hi
1. No, But it can be modified to show quantities of each Option.
2. This is only a helper for add to cart button. All other steps are done by OpenCart.
3. Yes, As I mentioned in point 2, The rest of proccesses like checkout and stock deduction will remain untouched and will be done by OpenCart itself.

Re: Looking for Bulk Add to cart extension

Posted: Sat Dec 09, 2023 12:02 am
by oursupersoftware
DigitCart wrote:
Fri Dec 08, 2023 11:43 pm
Hi
1. No, But it can be modified to show quantities of each Option.
2. This is only a helper for add to cart button. All other steps are done by OpenCart.
3. Yes, As I mentioned in point 2, The rest of proccesses like checkout and stock deduction will remain untouched and will be done by OpenCart itself.
Thank you so much, this is perfect.

I did make some minor changes to it to show quantity as well as set the type to number and max value to the quantity in stock.

Kind regards,
John

Re: Looking for Bulk Add to cart extension

Posted: Sat Dec 09, 2023 12:24 am
by oursupersoftware
DigitCart wrote:
Fri Dec 08, 2023 11:43 pm
Hi
1. No, But it can be modified to show quantities of each Option.
2. This is only a helper for add to cart button. All other steps are done by OpenCart.
3. Yes, As I mentioned in point 2, The rest of proccesses like checkout and stock deduction will remain untouched and will be done by OpenCart itself.
When I add type="number" to the input and add to cart, it says the quantity is required, is there a way around this?

Re: Looking for Bulk Add to cart extension

Posted: Sat Dec 09, 2023 3:26 am
by DigitCart
Hi
I replied to your PM.
In case you need any help, You can click on the "Get Support" button on the extension page.
Thanks