Skip to content

Instantly share code, notes, and snippets.

View davelowensohn's full-sized avatar

Dave Lowensohn davelowensohn

View GitHub Profile
@davelowensohn
davelowensohn / gist:98b386c58ba09c00fa552e00a47d93ab
Last active December 6, 2023 17:15 — forked from carolineschnapp/gist:9122054
Order form to use in a page or collection template.
{% comment %}
Source: https://gist.github.com/davelowensohn/98b386c58ba09c00fa552e00a47d93ab
Forked from: https://gist.github.com/carolineschnapp/9122054
If you are not on a collection page, do define which collection to use in the order form.
Use the following assign statement, replace 'your-collection-handle-here' with your collection handle.
{% assign collection = collections.your-collection-handle-here %}
Use the assign statement outside of this comment block at the top of your template.
{% endcomment %}
{% paginate collection.products by 100 %}