remove cart in the top bar
i had chosen the Catalogue Mode; but these code dosen't work. 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