/** * */ function wpo_woocommerce_header_add_to_cart_fragment($fragments) { global $woocommerce; ob_start(); wpo_cartdropdown(); $fragments['#cart'] = ob_get_clean(); return $fragments; }
<div class="search hidden-sm hidden-xs"> <?php get_search_form(); ?> </div> <?php if (WPO_WOOCOMMERCE_ACTIVED) { ?> <?php if (wpo_theme_options('woo-show-minicart', true)) { ?> <div class="top-cart hidden-sm hidden-xs"> <?php wpo_cartdropdown(); ?> </div> <?php } ?> <?php } ?> </div> </div> </div> </div> </header>