cart->get_cart_contents_count()); ?>
get_wishlist_url(); ?>
get_stock_quantity() > 1 && !$product->managing_stock() ) || !$product->is_sold_individually()) { echo ''; } } add_action('woocommerce_after_add_to_cart_quantity', 'enwoo_display_quantity_plus'); function enwoo_display_quantity_plus() { global $product; if (($product->get_stock_quantity() > 1 && !$product->managing_stock() ) || !$product->is_sold_individually()) { echo ''; } } if (!function_exists('enwoo_categories_menu')) { /** * Categories menu. Displayed only if exists. */ add_action('enwoo_header_bar', 'enwoo_categories_menu', 10); function enwoo_categories_menu() { if (has_nav_menu('main_menu_cats')) { ?>
'main_menu_right', 'depth' => 1, 'container_id' => 'theme-menu-second', 'container' => 'div', 'container_class' => 'menu-container', 'menu_class' => 'nav navbar-nav navbar-right', 'fallback_cb' => 'Enwoo_WP_Bootstrap_Navwalker::fallback', 'walker' => new Enwoo_WP_Bootstrap_Navwalker(), )); } } } remove_action('woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10); remove_action('woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10); remove_action('woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0); add_action('woocommerce_before_main_content', 'enwoo_wrapper_start', 10); add_action('woocommerce_after_main_content', 'enwoo_wrapper_end', 10); function enwoo_wrapper_start() { ?>