Miva Merchant Development by Scot's Scripts

SHIPPING: Sort Shipping Methods From Low to High

Miva Knowledge Base
SHIPPING: Sort Shipping Methods From Low to High
Important Notice: This information is for internal reference only. Use at your own risk.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

SHIPPING: Sort Shipping Methods From Low to High

Scot Ranney • February 22, 2024


Find the <mvt:foreach array="shippingmethods"... line on the OSEL (shipping and payment selection) template.

Use the QuickSortArray api function:

<mvt:do file="g.Module_Library_Utilities" name="l.success" value="QuickSortArray(l.settings:shippingmethods, ':price', 'asc')" />

https://www.scotsscripts.com/mvblog/shipping-sort-shipping-methods-from-low-to-high.html

mvkb_shipping mvkb_sort