Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save keyurshah/a623f9a6fd1901397a190f59410cd075 to your computer and use it in GitHub Desktop.
Save keyurshah/a623f9a6fd1901397a190f59410cd075 to your computer and use it in GitHub Desktop.
automatically apply price-based discount in Shopify
{% if cart.total_price > settings.cart-discount-threshold %}{% assign threshold = true %}{% endif %}
<form action="/cart{% if threshold %}/?discount=[discountcode]{% endif %}" method="post">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment