Skip to content

Instantly share code, notes, and snippets.

@zakhardage
Last active February 23, 2022 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zakhardage/8980e64d9f15fdcef48fb83863829d47 to your computer and use it in GitHub Desktop.
Save zakhardage/8980e64d9f15fdcef48fb83863829d47 to your computer and use it in GitHub Desktop.
// change line 108 from
{% for line_item in line_items_in_shipment %}
// to
{% assign line_items_by_sku = line_items_in_shipment | sort:'sku' %}
{% for line_item in line_items_by_sku %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment