Skip to content

Instantly share code, notes, and snippets.

View MenschLennart's full-sized avatar

MenschLennart

View GitHub Profile
@MenschLennart
MenschLennart / gist:81fcfdfe50d79bedc83c6454dd85e6c3
Created March 24, 2021 17:00 — forked from carolineschnapp/gist:9122054
Order form to use in a page or collection template.
{% comment %}
Source: 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 %}