• daymobrew

    (@daymobrew)


    I am working on a site where we would like to use the AJAX Pagination option.
    It is password protected so I cannot give you a link.

    Standard WooCommerce pagination is there and working and the .woocommerce-pagination and a.next items are on the page but AJAX Pagination does not do anything.
    Infinite Scroll works and so does the Load More button.

    What do you suggest I try?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Without access to site we can’t suggest you anything, because doesn’t know what the problem is.
    It can be incompatibility with plugin, theme or any other things.

    Regards,
    Oleg

    Thread Starter daymobrew

    (@daymobrew)

    Can you explain how it works with respect to .woocommerce-pagination?
    Does it hide it?

    With some information I might be able to debug it.

    Plugin Author RazyRx

    (@razyrx)

    Hello @daymobrew,

    Plugin uses link from a.next for AJAX query, when type are “Infinite Scroll” or “Load More Button”.
    For type “AJAX Pagination” plugin uses JavaScript event handler like jQuery(document).on('click', '.woocommerce-pagination a', function(event){....});
    To prevent redirect and load page with AJAX using link from clicked element.

    Regards,
    Oleg

    Thread Starter daymobrew

    (@daymobrew)

    Thank for you that. I see the code in load_products.js. I might do some debugging to see why it is not working on my site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘AJAX Pagination not working – what should I try?’ is closed to new replies.