Setting the Quantity value to drop down.

This forum is where we'll mirror posts that are of value to the community so they may be more easily found.
Post Reply
gideon3601
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Dec 01, 2009 11:41 am
Location: Los Angeles

Setting the Quantity value to drop down.

Post by gideon3601 » Tue Dec 01, 2009 11:52 am

Build-your-Own Computer is great we like to find out how can we achieve setting quantity as a dropdown ? Right now able cart has a set prices on the calculator and then u can add and subtract Items on this list which then gives you a new generated figure. As one of the last items on the list is
For the customer to set the quantity in blank field , 1,2,3 etc. We are In the need of guidance in how to
Set a dropdown the has set quantities like: 100, 200, 300, to be selected from the list, we sale items per bundle/sets. We need to be able to check out customers with this type quantity values. What can be recommended to us, please advice? thank you, gideon

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Setting the Quantity value to drop down.

Post by mazhar » Wed Dec 02, 2009 5:29 am

For this change you need to replace exiting QuantityBox with dropdown list having desired quantities. This change will effect Conlib/BuyProductDialog.ascx and Conlib/BuyProductDialog.ascx.cs files. I am attaching my modified files here you can see the changes. One more thing there are some minimum/minimum quantity checks when it comes to our default quantity box. In my modification I commented out those checks for a quick fix. You can consider those checks and make them appropriate for you.

gideon3601
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Dec 01, 2009 11:41 am
Location: Los Angeles

Re: Setting the Quantity value to drop down.

Post by gideon3601 » Wed Dec 02, 2009 10:29 am

thank you, mazhar we will work on this now. :)

gideon3601
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Dec 01, 2009 11:41 am
Location: Los Angeles

Re: Setting the Quantity value to drop down.

Post by gideon3601 » Wed Dec 02, 2009 10:41 am

working on it.
Last edited by gideon3601 on Wed Dec 02, 2009 10:48 am, edited 1 time in total.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: Setting the Quantity value to drop down.

Post by Shopping Cart Admin » Wed Dec 02, 2009 10:46 am

Hello Gideon,

BuyProductDialog.ascx is available in all installs.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

gideon3601
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Dec 01, 2009 11:41 am
Location: Los Angeles

Re: Setting the Quantity value to drop down.

Post by gideon3601 » Wed Dec 02, 2009 10:49 am

found it . thanks

Post Reply