Skip to content

Instantly share code, notes, and snippets.

@smartcatdev
Created October 29, 2015 16:13
Show Gist options
  • Save smartcatdev/420ef71b4340b01f0d64 to your computer and use it in GitHub Desktop.
Save smartcatdev/420ef71b4340b01f0d64 to your computer and use it in GitHub Desktop.
<?php if( class_exists( 'WooCommerce' ) ) : ?>
<div class="athena-mobile-cart">
<a class="athena-cart" href="<?php echo WC()->cart->get_cart_url() ; ?>"><span class="fa fa-shopping-cart"></span> <?php echo WC()->cart->get_cart_total(); ?></a>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment