AbanteCart Community

AbanteCart Development => Customization help => Topic started by: jsass on July 18, 2013, 07:07:45 PM

Title: RE: Multiple Qty Options for checkout
Post by: jsass on July 18, 2013, 07:07:45 PM
I am new to all this. I am looking to apply a multiple quantity option for my cart to allow a customer to order multiple quantities of the same product with different attributes. I need it to layout in a horizontal fashion similar to the example below. Can someone tell me if AbanteCart Cart can do this or is there an extension that I need.  Thanks for the help?           

                S     M       L      XL    2X
Green              10
Orange                             15                      (this now totals 25 items)

Please reply in layman's terms as I am not heavily tech savvy.
Title: Re: RE: Multiple Qty Options for checkout
Post by: Basara on July 19, 2013, 01:58:19 AM
I am new to all this. I am looking to apply a multiple quantity option for my cart to allow a customer to order multiple quantities of the same product with different attributes. I need it to layout in a horizontal fashion similar to the example below. Can someone tell me if AbanteCart Cart can do this or is there an extension that I need.  Thanks for the help?           

                S     M       L      XL    2X
Green              10
Orange                             15                      (this now totals 25 items)

Please reply in layman's terms as I am not heavily tech savvy.

Hello. You can create parent/child Global attribute see manual (http://www.abantecart.com/ecommerce-documentation/69-admin-user-manual/catalog-menu/global-attributes) (find there Example for parent/child attributes) For each attribute You can add own quantity. By the way do not forget to set up correctly stock setting see manual (http://"http://www.abantecart.com/ecommerce-documentation/77-admin-user-manual/specific-manuals/stock-processing-configurations")
Title: Re: RE: Multiple Qty Options for checkout
Post by: jsass on July 19, 2013, 11:55:18 AM
Thank you for your reply. I understand what you are saying, but I can not achieve the layout in a horizontal fashion. Vertical will not work for me because a customer will need to choose more than 1 color and more than 1 size of the same product on the same page. If AbanteCart does allow this, I can't find it.
Title: Re: RE: Multiple Qty Options for checkout
Post by: abantecart on July 20, 2013, 02:05:32 PM
This will require HTML and CSS update. Do you need coding suggestion?
Title: Re: RE: Multiple Qty Options for checkout
Post by: ruby19707 on August 13, 2013, 10:26:22 AM
Hi, i need help with somthing simular in the cart.

Basically i need each item to show a drop down box wich gives different variations of that product. once selected then the price is worked out. is this possible.
Title: Re: RE: Multiple Qty Options for checkout
Post by: abantecart on August 15, 2013, 09:22:21 AM
Did you want to show related products or create some new relationship?
Title: Re: RE: Multiple Qty Options for checkout
Post by: Atik on March 13, 2018, 02:33:32 AM
This will require HTML and CSS update. Do you need coding suggestion?

Can you guide me how to implement this, i need exactly the same.