Current File : //home/tekstore/new.tekstore.ng/wp-content/themes/shoppystore/woocommerce/minicart-ajax-mobile.php
<?php 
if ( !class_exists( 'WooCommerce' ) ) { 
	return false;
}
global $woocommerce; ?>
<div class="ya-minicart-mobile">
		<span class="icon-menu"></span>
		<?php echo '<span class="minicart-number">'.$woocommerce->cart->cart_contents_count.'</span>'; ?>
		<span class="menu-text"><?php echo esc_html__( 'Cart', 'shoppystore' ); ?></span>
</div>