Skip to content

Instantly share code, notes, and snippets.

@fovoc
Created August 28, 2014 10:59
Show Gist options
  • Save fovoc/796d01db420cbf793ceb to your computer and use it in GitHub Desktop.
Save fovoc/796d01db420cbf793ceb to your computer and use it in GitHub Desktop.
Shoestrap 3 Woo child - Ajax cart in navbar (inside a text widget)
<?php
global$woocommerce;
?>
<a>cart->get_cart_url();?>" title="<?php_e('View your shopping cart','woothemes');?>"><?phpechosprintf(_n('%d item','%d items',$woocommerce->cart->cart_contents_count,'woothemes'),$woocommerce->cart->cart_contents_count);?> - <?phpecho$woocommerce->cart->get_cart_total();?></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment