Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter palPalani

    (@southdreamz)

    Yes, i got it. i have added the following code into functions.php and it works as expected.

    remove_action( 'woocommerce_pagination', 'woocommerce_pagination', 10 );
    add_action( 'woocommerce_pagination', 'genesis_posts_nav', 20 );
    Thread Starter palPalani

    (@southdreamz)

    Now, i update to WooCommerce 2.0.3, but pagination printed twice. because remove_action( 'woocommerce_pagination', 'woocommerce_pagination', 10 ); is not working.

    So i commented both lines and it is working fine.

    Plugin Contributor studiograsshopper

    (@studiograsshopper)

    Great! Glad it’s working ok.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Genesis Connect for WooCommerce] Pagination not chnaged’ is closed to new replies.