add_action('wp_ajax_custom_sort_products', 'custom_sort_products'); add_action('wp_ajax_nopriv_custom_sort_products', 'custom_sort_products'); function custom_sort_products() { $order = $_GET['order'] === 'asc' ? 'ASC' : 'DESC'; $args = array( 'post_type' => 'product', 'posts_per_page' => -1, 'meta_key' => '_price', 'orderby' => 'meta_value_num', 'order' => $order, ); $query = new WP_Query($args); if ($query->have_posts()) { while ($query->have_posts()) { $query->the_post(); wc_get_template_part('content', 'product'); } } wp_die(); } ?>

Avail Your Welcome Discount: Flat 10% on First Purchase USE CODE: YAANNA10

Shop Now