Skip to content

Instantly share code, notes, and snippets.

@sandyparihar07
Last active January 17, 2023 08:57
Show Gist options
  • Save sandyparihar07/90dd731f43e7965bff3bbc76a721ac4a to your computer and use it in GitHub Desktop.
Save sandyparihar07/90dd731f43e7965bff3bbc76a721ac4a to your computer and use it in GitHub Desktop.
<form method="post" action="/cart/add" style="text-align: center">
<input type="hidden" name="id" value="{{ product.variants.first.id }}">
<input min="1" type="number" id="quantity" name="quantity" value="1"/>
<input type="submit" value="ADD TO CART" class="btn">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment