Hi,
This is follow up on the now closed https://www.8theme.com/topic/woocommerce-infinite-scroll-and-ajax-pagination-2/
As per thread above we will move to x-store infinity scroll. Just realised that a feature in the 3rd party plugin has the option to include javascript on the On Pagination End which is needed for the waitlist status to update (using https://woocommerce.com/products/woocommerce-waitlist/).
The attached Javascript is:
jQuery(‘.filter-wrap .woocommerce-pagination’).hide();
etTheme.global_image_lazy();
etTheme.contentProdImages();
wcwl_apply_event_on_page_update();
Is there a similar option for your version?