Advertisement
Konark

Untitled

May 26th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1.  <?php
  2.                         global $woocommerce;
  3.                         $cart_total = $woocommerce->cart->get_cart_total();
  4.                         $cart_url = $woocommerce->cart->get_cart_url();
  5.                     ?>
  6.                     <div class="shop">
  7.                         <a href="<?php echo $cart_url ?>"><?php echo $cart_total ?></a>
  8.                     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement