Allows you to add cart info in header, sidebar, etc.
// add cart total and link anywhere
<a href="<?php echo edd_get_checkout_uri(); ?>">
Cart (<?php echo edd_get_cart_quantity(); ?>)
</a>
Allows you to add cart info in header, sidebar, etc.
// add cart total and link anywhere
<a href="<?php echo edd_get_checkout_uri(); ?>">
Cart (<?php echo edd_get_cart_quantity(); ?>)
</a>