Skip to content

Instantly share code, notes, and snippets.

@anthonysbrown
Created April 20, 2016 00:41
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 anthonysbrown/7d5c59994803f84d2e061f36da016d64 to your computer and use it in GitHub Desktop.
Save anthonysbrown/7d5c59994803f84d2e061f36da016d64 to your computer and use it in GitHub Desktop.
<div class="cart">
<a href="/store/shopping-cart/">
<img src="<?php echo esc_attr( get_bloginfo( 'stylesheet_directory' ) ); ?>/img/cart.png" />
<div id="cart-contents"><?php _e( 'Cart:', TEMPLATE_DOMAIN ) ?> <span><?php echo sprintf(__('%s item(s)', TEMPLATE_DOMAIN ), mp_items_count_in_cart()); ?></span></div>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment