• Resolved stavroch

    (@stavroch)


    How can I set to display 9 products instead of 10 products per page?

    I add the

    add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 9;’ ), 20 ); in function.php but nothing change.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘woocommerce result page display 10 products’ is closed to new replies.