'; endif; // Left Sidebar if(esc_attr(get_option('bellini_woocommerce_sidebar_position', 'right')) == 'left'): echo '
'; endif; }else{ echo '
'; } } endif; /*-------------------------------------------------------------- ## WooCommerce Sidebar --------------------------------------------------------------*/ if ( ! function_exists( 'bellini_woocommerce_shop_sidebar' ) ): function bellini_woocommerce_shop_sidebar() { ?> '; endif; // Left Sidebar if(esc_attr(get_option('bellini_woocommerce_sidebar_position', 'right')) == 'left'): echo '
'; endif; dynamic_sidebar( 'sidebar-woo-sidebar' ); echo '
'; } } endif; /*-------------------------------------------------------------- ## Shop / Archive - WooCommerce Products Per Page --------------------------------------------------------------*/ add_filter( 'loop_shop_per_page', 'bellini_woo_product_per_page', 20 ); function bellini_woo_product_per_page( $count ) { return absint(get_option('bellini_woo_shop_product_per_page', 12)); } /*-------------------------------------------------------------- ## Bellini WooCommerce Price --------------------------------------------------------------*/ if ( ! function_exists( 'bellini_woocommerce_template_loop_price' ) ): function bellini_woocommerce_template_loop_price() { global $product; ?>
get_price_html() ) : ?>