Home / Forums / WoodMart support forum / AJAX compatibility issues in shop loops using WOOF filters. / Reply To: AJAX compatibility issues in shop loops using WOOF filters.
Home › Forums › WoodMart support forum › AJAX compatibility issues in shop loops using WOOF filters. › Reply To: AJAX compatibility issues in shop loops using WOOF filters.
			
				August 11, 2021 at 7:40 am			
	
	
	#311980

Artem Temos
Keymaster
		Try to do the following to fix the problem:
1. Edit the file woodmart/woocommerce/archive-product.php and remove the following code https://monosnap.com/file/pqKQDOAKwES62q2hRQV2yJ2vDJdnSO
2. Edit the file woodmart/inc/integrations/woocommerce/functions.php and the following code https://take.ms/j8DHq
<?php
/**
 * Hook: woocommerce_before_shop_loop.
 *
 * @hooked wc_print_notices - 10
 * @hooked woocommerce_result_count - 20
 * @hooked woocommerce_catalog_ordering - 30
 */
do_action( 'woocommerce_before_shop_loop' );
?>