theme_location ) { return $menu; } ob_start(); global $woocommerce; $viewing_cart = __( 'View your shopping cart', 'avantex' ); $start_shopping = __( 'Start shopping', 'avantex' ); $cart_url = wc_get_cart_url(); $shop_page_url = get_permalink( wc_get_page_id( 'shop' ) ); $cart_contents_count = $woocommerce->cart->cart_contents_count; $cart_contents = sprintf( _n( '%d item', '%d items', $cart_contents_count, 'avantex' ), $cart_contents_count ); $cart_total = $woocommerce->cart->get_cart_total(); // Uncomment the line below to hide nav menu cart item when there are no items in the cart. // if ( $cart_contents_count > 0 ) {. if ( $cart_contents_count == 0 ) { $avantex_menu_item = '