%3$s'; $wooshop_cart .= '
'; if($arilewp_cart_icon_disabled == true): if ( class_exists( 'WooCommerce' ) ) { $wooshop_cart .= '
'; global $woocommerce; $link = function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : $woocommerce->cart->get_cart_url(); $wooshop_cart .= ''; if ($woocommerce->cart->cart_contents_count == 0){ $wooshop_cart .= ''; }else{ $wooshop_cart .= ''; } $wooshop_cart .= ''; $wooshop_cart .= ' '. /* translators: %d: cart items */ sprintf( '%d', '%d', $woocommerce->cart->cart_contents_count , $woocommerce->cart->cart_contents_count).''; $wooshop_cart .= '
'; } endif; $wooshop_cart .= ''; wp_nav_menu( array( 'theme_location' => 'primary', 'container' => 'div', 'container_class' => 'collapse navbar-collapse', 'container_id' => 'navbarNavDropdown', 'menu_class' => 'nav navbar-nav m-right-auto', 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'items_wrap' => $wooshop_cart, 'walker' => new wp_bootstrap_navwalker() ) ); ?>