Skip to content

Instantly share code, notes, and snippets.

@notkurt
Created April 8, 2024 23:17
Show Gist options
  • Save notkurt/3d5850dfcdecb58c3a318161c51f07c0 to your computer and use it in GitHub Desktop.
Save notkurt/3d5850dfcdecb58c3a318161c51f07c0 to your computer and use it in GitHub Desktop.
<script type="application/json" data-for-you-initial-state>
{ "collections": "{{ cart.attributes['_VIEWED_COLLECTIONS'] }}", "athletes": "{{ cart.attributes['_ATHLETES'] }}", "products": "{{ cart.attributes['_VIEWED_PRODUCTS'] }}", "topics": "{{ cart.attributes['_TOPICS'] }}", "toAdd": { "topic": "{{ page_title | handleize | upcase }}" {% if page.metafields.custom.linked_athlete != blank %}, "athlete": "{{ page.metafields.custom.linked_athlete.value.system.handle }}" {% endif %} {% if product %}, "product": "{{ product.handle }}" {% if collection %},{% endif %} {% endif %} {% if collection %} "collection": "{{ collection.handle }}" {% endif %} } }
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment