%3$s
'; + $field = ''; + $label_id = $args['id']; + $sort = $args['sort'] ? $args['sort'] : ''; + $field_container = '%3$s
'; switch ( $args['type'] ) { case 'country' : diff --git a/readme.txt b/readme.txt index 7c556454236..2832ae2d671 100644 --- a/readme.txt +++ b/readme.txt @@ -190,6 +190,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woocommerce/wo * Added security section in system status report. * Add image_url setting to PayPal Standard. * Fixed attribute registration. Attributes are non-hierarchical by default (parent is not supported). +* Add sort parameter to checkout fields to aid with sorting per locale. * Performance - Converted _featured and _visibility meta data to terms for faster catalog queries. Upgrade routine handles migration. Developers may need to update queries to reflect this change. * Performance - Converted rating filters to visibility terms. * Performance - Added visibility term for outofstock products to speed those queries up also. diff --git a/templates/myaccount/form-edit-address.php b/templates/myaccount/form-edit-address.php index bbbc816ef42..bc72e34dc5e 100644 --- a/templates/myaccount/form-edit-address.php +++ b/templates/myaccount/form-edit-address.php @@ -32,21 +32,23 @@ do_action( 'woocommerce_before_edit_account_address_form' ); ?> - +- - - -
++ + + +
+