Created
August 17, 2021 02:37
-
-
Save svaustin66/faf84f162472dd5597908f6b5aff3177 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
<button type="submit" name="add" class="action_button add_to_cart" > | |
{% if product.tags contains 'Gift Box' %} | |
<input type="hidden" name="return_to" value="/pages/add-a-box" /> | |
{% endif %} | |
<span class="text">{{ add_to_cart_label }}</span> | |
</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment