Skip to content

Instantly share code, notes, and snippets.

@nickkuijpers
Created April 12, 2015 16:49
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 nickkuijpers/6a6d19dd6cddb85827fb to your computer and use it in GitHub Desktop.
Save nickkuijpers/6a6d19dd6cddb85827fb to your computer and use it in GitHub Desktop.
WooCommerce Cart Info
<a href="<?php echo WC()->cart->get_cart_url(); ?>" class="mini-card-icon">
<?php echo sprintf (_n( '%d', '%d', WC()->cart->cart_contents_count ), WC()->cart->cart_contents_count ); ?>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment