Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- global $woocommerce;
- $cart_total = $woocommerce->cart->get_cart_total();
- $cart_url = $woocommerce->cart->get_cart_url();
- ?>
- <div class="shop">
- <a href="<?php echo $cart_url ?>"><?php echo $cart_total ?></a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement