Skip to content

Instantly share code, notes, and snippets.

@procarrera
Last active August 25, 2021 18:34
Show Gist options
  • Save procarrera/e79a49551a038f35b630ca2bdaa72f4c to your computer and use it in GitHub Desktop.
Save procarrera/e79a49551a038f35b630ca2bdaa72f4c to your computer and use it in GitHub Desktop.
{% if cart.attributes.yourCartAttribute %}
<script>
Shopify.updateCartAttributes([{
key: 'yourCartAttribute',
value: ''
}], function(onError) {});
</script>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment