';
}
add_action( 'woocommerce_before_main_content', 'ascend_woo_main_wrap_content_open', 10 );
function ascend_woo_loop_top() {
echo '
';
if (ascend_display_sidebar()) :
get_sidebar();
endif;
echo '';
echo '
';
}
add_action( 'woocommerce_before_shop_loop', 'ascend_woo_loop_top', 10 );
function ascend_woo_main_wrap_content_close() {
echo '';
woocommerce_result_count();
echo '
';
echo '';
woocommerce_catalog_ordering();
echo '
';
echo '