remove cart in the top bar

edited November 2016 in Theme support
i had chosen the  Catalogue Mode; but these code dosen't work.image the cart still show in the top-bar ;
// WooCommerce Cart
if( $has_cart ){
echo '<a id="header_cart" href="'. $woocommerce->cart->get_cart_url() .'"><i class="'. $show_cart .'"></i><span>'. $woocommerce->cart->cart_contents_count .'</span></a>';
}


what's wrong with the theme? how to solve it?

Comments

Sign In or Register to comment.