• Resolved silvermm

    (@silvermm)


    Updated to WooCommerce 2.6.2 (WordPress 4.5.3 running Avada 4.0.3) pagination is no longer working.

    When you click next page it still loads, but it doesn’t display any new content (like the previous two commenter mentioned).

    I tried the fix posted by vannamhh, wasn’t able to get that to work.

    This is a great plugin, it works great with WooCommerce shortcodes, so I hope it’s possible to fix it.

    Thanks!

    https://wordpress.org/plugins/shortcode-pagination-for-woocommerce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I really love this plugin. but recent upgrading WooCommerce 2.6.2 caused some problem which the pagination display the first page only when click the next button.
    This plugin needs to be updated accordingly.

    Thank you!

    Hi.

    I have this same issue. Plugin works perfect for me before but now is problem with pagination panel. When you click on page 3 for ex. wordpress open page 3 but on pagination is still number one. Its look like a problem with pagination loop.

    i found how to fix it in other topic.

    After line 128

    // Cache data for pagination
            global $woocommerce_loop;

    please add this code and that fix this issue:

    //fix pagination issue
    $woocommerce_loop['paged'] = $query->query['paged'];
    Plugin Author jamesckemp

    (@jamesckemp)

    Hey guys, I’ve just released an update for this. Checkout what’s new!

    https://iconicwp.com/shortcode-pagination-woocommerce-v1-0-1/

    Thanks for new release. Working perfect. All the best !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working with WooCommerce 2.6.2’ is closed to new replies.