HOME


Mini Shell 1.0
DIR: /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/template-parts/header/
Upload File :
Current File : /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/template-parts/header/cart.php
<?php if ( lsvr_beautyspot_has_header_cart() ) : global $woocommerce; ?>

	<!-- HEADER CART : begin -->
	<div class="header-cart">

		<a href="<?php echo esc_url( wc_get_cart_url() ); ?>"
			class="header-cart__button">
			<span class="header-cart__button-icon" aria-hidden="true"></span>
			<span class="header-cart__button-info">
				<?php echo esc_html( $woocommerce->cart->cart_contents_count ); ?>
			</span>
		</a>

	</div>
	<!-- HEADER CART : end -->

<?php endif; ?>