Basics
Example
<section>
{{ collection:products }}
<div>
<h2>{{ title }}</h2>
<div>{{ price }}</div>
<div>{{ snipcart:buy }}</div>
</div>
{{ /collection:products }}
</section>Multi-Site
Last updated