Home Forums WoodMart support forum On Shop Page pagination list "All" function is not working Reply To: On Shop Page pagination list "All" function is not working

#36277

Haresh
Participant

Hello,

I have also made changes in inc/woocommerce.php file. But when I put these changes in functions.php file on the child theme, it is not working. I have made changes on this function “woodmart_products_per_page_select()”. can you please check what I doing wrong.

remove_action( ‘woocommerce_before_shop_loop’, ‘woodmart_products_per_page_select’, 25 );
add_action( ‘woocommerce_before_shop_loop’, ‘woodmart_products_per_page_select’, 27 );