Shopify developers often face challenges when trying to pass data between snippets and sections due to the isolated scope of the {% render %} tag. In one of my recent projects, I needed to share variables like sale_available between a snippet (tony-sale-availability.liquid) and a section (tony-slideshow.liquid). In this post, I’ll show you how I tackled […]
To top