PDA

View Full Version : Dynamic Dropdown Order


elewis93815
08-05-2011, 12:40 PM
I have created dynamic dropdowns for some of our clients products and the dropdown is not displaying the sizes in order, e.g. small, medium, large. In some cases, they are displaying as follows: medium, large, small

Is there any way to fix this? I believe it is appearing this way because in the database table there are multiple colors available in the same size but of course would not be listed in order by size.

Thanks,
Jackie

Jason Byrnes
08-08-2011, 08:26 AM
the sizes will be listed in the order they are added to the database. to control this, you would need to add an ordering column to the tables where you define the available sizes and add a 1, 2, 3 value to create the proper ordering.

then in the recodsets that return the size name, you could add an ORDER BY clause to order the recordset by the ordering column you create.

afeliksas433126
01-23-2012, 01:41 AM
I've purchased the Super Suit.

Trying to find Dynamic Dropdowns option, can not find it.

Looked at your list of WebAssist extensions - can not find it.

How to find and were to get Dynamic Dropdowns Extension?

Jason Byrnes
01-23-2012, 07:03 AM
The Dynamic Dropdowns extension was discontinued last year, it is no longer an extension that we offer for sale.