Announcement

Collapse
No announcement yet.

Sort Shipping Charges on OSEL Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sort Shipping Charges on OSEL Page

    For the life of me I can not figure out how to sort shipping charges from least expensive to most expensive on OSEL page. Any help would be appreciated.

    #2
    Unfortunately there's no option in the shipping settings that allows you to sort by price, but you can add a code snippet to the OSEL page, and any other page that you show your shipping methods on:

    https://snippets.cacher.io/snippet/b6ab8236ac2adc2612b3
    Jim McCormick
    Miva Merchant Support
    866-284-9812

    https://www.miva.com

    Comment


      #3
      Thanks Jim. However, the link provided does not work. It displays Snippet Not Found.

      Comment


        #4
        Here you go:

        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)" />
        Jim McCormick
        Miva Merchant Support
        866-284-9812

        https://www.miva.com

        Comment


          #5
          Thank you. Works perfectly.

          Comment

          Working...
          X