Created
April 8, 2024 23:17
-
-
Save notkurt/3d5850dfcdecb58c3a318161c51f07c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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