Store is using this to override the Shipping Priorities and sort by price:
Now the Scheduled Pickup & Delivery by Miva module has been added into the mix and it would be really nice to be able to place it at the bottom of the shipping options. Of course, this isn't doable as is because the Priorities are ignored and it gets placed at the head of the class because it's price is $0.00. I do suspect there is a way to exclude it but my mvt:do foo is weak.
Code:
<mvt:comment> Sorts Shipping Methods Low to Hi </mvt:comment> <mvt:do file="g.module_library_utilities" name="l.null" value="QuickSortArray(l.settings:shippingmethods, ':price', 1)" />
Comment