<div class="wocommerce-cart-button">
<a href="<?php echo site_url(); ?>/cart" target="_blank">
<span class="cart-count">
<?php
global $woocommerce;
echo $woocommerce->cart->cart_contents_count;
?>
</span>
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/cart.png" alt="">
</a>
</div>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter