add_action('wp_ajax_filter_black_beauty_products', 'filter_black_beauty_products_debug'); add_action('wp_ajax_nopriv_filter_black_beauty_products', 'filter_black_beauty_products_debug'); function filter_black_beauty_products_debug() { $filter = sanitize_text_field($_POST['filter']); // Log the incoming filter error_log('AJAX Filter Triggered: ' . $filter); $args = array( 'post_type' => 'product', 'posts_per_page' => 4, 'product_cat' => 'black-beauty-products' ); if ($filter && $filter != 'all') { $args['tax_query'] = array( array( 'taxonomy' => 'product_cat', 'field' => 'slug', 'terms' => $filter ) ); } // Log the query arguments for verification error_log('Query Args: ' . print_r($args, true)); $loop = new WP_Query($args); if ($loop->have_posts()) { echo '
'; while ($loop->have_posts()) : $loop->the_post(); wc_get_template_part('content', 'product'); endwhile; echo '
'; } else { // Log when no products are found error_log('No products found for this filter.'); echo '

No products found for this filter.

'; } wp_reset_postdata(); wp_die(); } Economize4less – Products – Page 6 – Economize4less LLC
Logo
0 out of 5

Economize4less

Hot
Select options This product has multiple variants. The options may be chosen on the product page

Rechargeable 5D shaver

In stock

$35.95$39.32
Select options This product has multiple variants. The options may be chosen on the product page

Rechargeable Mute Lcd Electric Hair Clipper

In stock

$39.71
Select options This product has multiple variants. The options may be chosen on the product page
Select options This product has multiple variants. The options may be chosen on the product page

Stainless Steel Jeweled Sexy Stimulation Toys for Adult (Pink)

In stock

$13.12$16.76
Select options This product has multiple variants. The options may be chosen on the product page
Shopping cart
Shop
1 item Cart