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, // You can increase this to show more ); // 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 3 – Economize4less LLC
Logo
0 out of 5

Economize4less

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
Select options This product has multiple variants. The options may be chosen on the product page

LED Mirror Portable Bluetooth Speaker

In stock

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

LED Stereo Wireless Mini Bluetooth Speaker

In stock

$44.32
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
Select options This product has multiple variants. The options may be chosen on the product page
Shopping cart
Shop
1 item Cart