Problem:
I want to display a slideshow of WooCommerce featured products using a View with AJAX pagination. The View works fine, but the AJAX pagination doesn't function correctly.
Solution:
Use the Query filter button in the View to add the Product Visibility taxonomy filter with the value set to featured. Remove custom pagination code from Toolset settings. This resolves the issue by correctly displaying the featured products with AJAX pagination.