Skip to content

Instantly share code, notes, and snippets.

@iamtekeste
Last active August 29, 2015 14:24
Show Gist options
  • Save iamtekeste/52262734cb55c542d825 to your computer and use it in GitHub Desktop.
Save iamtekeste/52262734cb55c542d825 to your computer and use it in GitHub Desktop.
<a class="cart-contents" href="<?php echo WC()->cart->get_cart_url(); ?>" title="<?php _e( 'View your shopping cart' ); ?>"><?php echo sprintf (_n( '%d item', '%d items', WC()->cart->cart_contents_count ), WC()->cart->cart_contents_count ); ?> - <?php echo WC()->cart->get_cart_total(); ?></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment