Created
May 9, 2014 22:26
-
-
Save galengidman/0ae92145b784f1d5ab40 to your computer and use it in GitHub Desktop.
Make sure cart total is can be updated as items are added live
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
| <a href="<?php echo WC()->cart->get_cart_url(); ?>"> | |
| <span class="cart_totals"><?php echo WC()->cart->get_cart_total(); ?></span> | |
| </a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment