Rank: Member
Joined: 11/21/2006(UTC) Posts: 29
|
I have a client that wants to only sell products by groups of certain numbers. They are a printer and they want to only allow 25, 50,100,150 in the quantity value for a product. Is there a way to change the quantity field to a dropdown and have values set in the admin per product? I have used the minimum field before but this would be more of a product modifier i think.
|
|
|
|
Rank: Member
Joined: 10/28/2003(UTC) Posts: 168
|
you can change the text box to a dropdown box. i did this on category template: http://store.officialticketcent...rlando-base-tickets.aspx |
|
|
|
|
Rank: Member
Joined: 11/21/2006(UTC) Posts: 29
|
Thanks Jazz, I will look into it. The big problem is that almost all the products have a different set of values for the quantity. I found the Me.DataList1.Rows(i).FindControl("QuantityTextBox") in the code behind for the bulk order category page and i may try something crazy like adding a table in the db, joining it by product bvin, and populating the dropdowns dynamically with a seperate select statement. Another hurdle would be adding the quantity options to the add/edit product admin area.
For now I am going to try and talk the client into handling it with volume discount levels and a big note stating the preferred quantity levels.
Thanks for the help and great site by the way did you do the skinning- css yourself?
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.