Skip to content

Instantly share code, notes, and snippets.

@jrick1229
Created June 25, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrick1229/277ee88a6bd4095e7b5023b35db2f833 to your computer and use it in GitHub Desktop.
Save jrick1229/277ee88a6bd4095e7b5023b35db2f833 to your computer and use it in GitHub Desktop.
Add an add-to-cart button anywhere
<input type="button" onclick="location.href='http://your-site.com/cart/?add-to-cart=[product-ID]';" value="Buy Now" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment