Skip to content

Instantly share code, notes, and snippets.

@basilkhan05
Created October 12, 2021 21:41
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 basilkhan05/5e6e26359c75b4058159708714b4ed60 to your computer and use it in GitHub Desktop.
Save basilkhan05/5e6e26359c75b4058159708714b4ed60 to your computer and use it in GitHub Desktop.
Hide Bundle SKUs in Shopify packing slips
{% if line_item.sku contains "-BUNDLE" %}
{% continue %}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment