[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
How to break up entry
Hey,
I have a bit of a problem. I really want to be able to specify sizes for
my products in the form
"30-40"
in the products database.Many of these products span large size ranges and
it is much easier to go with this representation than putting in every size
available. However, the problem is that I WOULD like to break the sizes into
increments of 1 within a SELECT box (html box). (so I have a drop-down box
with 30,31,32,33,34 etc.. as options).
Is there a way to do this? Help is appreciated:)
Nick