Created
August 28, 2014 10:59
-
-
Save fovoc/796d01db420cbf793ceb to your computer and use it in GitHub Desktop.
Shoestrap 3 Woo child - Ajax cart in navbar (inside a text widget)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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