Skip to main content
Easy Digital Downloads Documentation
Documentation, Reference Materials, and Tutorials for Easy Digital Downloads

Showing the Cart Quantity in Your Templates

It is very common for store themes to include a shopping cart icon along with the number of items in the shopping cart somewhere in the header, or in a sidebar. This snippet will show you how to do that.

The 
edd_get_checkout_uri() function will output the URL to the checkout page.

By adding the 
.edd-cart-quantity class to our quantity SPAN, we make sure that our quantity will get updated via ajax, for those sites that have ajax enabled for Easy Digital Downloads.

The result will look like this:

Cart (3)

Read our latest blog post:
Add More Stripe Payment Methods at Checkout