[ic] Sort Order of Select Boxes

Michael Goldfarb interchange-users@interchange.redhat.com
Fri Apr 26 14:46:01 2002


4.8.2
Redhat 7.2

Is there a way to sort the options in the shipping method select list on 
the checkout page?

The list is correctly showing the available UPS shipping options, but it 
defaults to highest price to lowest price (unless of course a registered 
user is logged in and has selected a different preferred method).

I have the standard Foundation shipping code currently in place:

<SELECT NAME=mv_shipmode>
[shipping
label=1
mode=|[data table=country key='[default country US]' col=shipmodes]|
]
</SELECT>

As always, any help is greatly appreciated!
Michael