How can I adjust number of products on every page in Product list?

If you want to change the number of products that display on every page in Product list, example from 8 products in every page to 12 products in every page, please following our guide:

Please go to the file wp-content\themes\OUR_THEME\lib\woocoommerce-hook.php and find:

 

 

=> Edit $per_page = 8; to your number

and find:

 

=> Edit 8 to your number

and find:

 

=> Edit $per_page = 8; to to your number

Hope this help.

Thanks