For our customization want to remove woocommerce pagination programmatically then place the following snippet in functions.php within your theme folder!.
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
Have any doubt, then comment here!
This merely removes the pagination, but doesn’t seem to put all the products of the category onto one page.
do you want to pull all the products?, if yes then add the following code in your functions.php file located in your theme folder.
If still you have an issue then contact me. 🙂
Thanks – worked perfectly !