Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Created September 7, 2012 03:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bryceadams/3662737 to your computer and use it in GitHub Desktop.
Save bryceadams/3662737 to your computer and use it in GitHub Desktop.
Easy Digital Downloads - Add to Cart and redirect to Checkout Page
<a href="<?php echo edd_get_checkout_uri(); ?>?edd_action=add_to_cart&download_id=<?php echo get_the_ID(); ?>">Add to Cart</a>
<a href="<?php echo edd_get_checkout_uri(); ?>?edd_action=add_to_cart&download_id=<?php echo get_the_ID(); ?>">Add to Cart</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment