Please use one topic for only one question.
Please help me, where i can change number of products on product page. 9 on page its too low
In the file cutstyle/pixtheme/functions/woo.php on line 57 change 9 to your number:
add_filter( 'loop_shop_per_page', function( $cols ){ return pixtheme_get_option('cutstyle_products_per_page','9'); }, 20 );
You must be logged in to reply to this topic.