Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. global $woocommerce;
  2.  
  3. if ( sizeof( $woocommerce->cart->cart_contents) > 0 ) :
  4. echo '<a href="' . $woocommerce->cart->get_checkout_url() . '" title="' . __( 'Checkout' ) . '">' . __( 'Checkout' ) . '</a>';
  5. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement