diff --git a/app/views/checkout/_shipping.html.haml b/app/views/checkout/_shipping.html.haml index 6cba461be0..c137f2cdee 100644 --- a/app/views/checkout/_shipping.html.haml +++ b/app/views/checkout/_shipping.html.haml @@ -14,7 +14,7 @@ = render 'checkout/accordion_heading' .small-12.columns.medium-12.columns.large-6.columns - %label{"ng-repeat" => "method in ShippingMethods.shipping_methods"} + %label{"ng-repeat" => "method in ShippingMethods.shipping_methods | orderBy: 'name'"} %input{type: :radio, required: true, name: "order.shipping_method_id",