Viewing 6 replies - 1 through 6 (of 6 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hi,
    i think this is a bug on the latests version, i have the same issue. I opened an issue on GitHub for this, James will look into it ASAP!

    Follow it here: https://github.com/woothemes/storefront/issues/93

    Turns out this is a WooCommerce issue. It will be fixed in the next release.

    Same problem here…anything we can do to temporarily resolve this issue?
    Much appreciated!
    (before I removed to “sort by”-button on the products archive page, it actually had a similar problem: when selecting a “sort by…” nothing happened)

    quick workaround:

    edit this line in the /storefront/inc/woocommerce/functions.php file:

    function storefront_products_per_page() {
    	return intval( apply_filters( 'storefront_products_per_page', 12 ) );
    }

    and change “12” into a higher number to avoid pagination.
    The proper way would probably be to create this function in the child theme, but i am only a noob, so I’ll leave that to the more experienced users here.

    You would be better off using the storefront_products_per_page filter rather than modifying a core theme file ??

    But yeah, that is a temporary work around.

    Thread Starter kirio7

    (@kirio7)

    I installed the plugin: WooCommerce Product Sort and Display LITE and the page link issue disappeared, i guessed the other plugin overwrite some settings here and manage to “solve” the issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"next page" link not working on products page’ is closed to new replies.