Right now I am using the following shortcode to display one of my categories on a page
[product_category category="weaves" per_page="30" columns="4" orderby="date" order="desc"]
Thing is, there are a lot more than 30 products in the category, but it only shows whatever number is in the per_page part or 10 if there is nothing and there is no pagination stuff to see all the other products, is there a way around it (ideally I would like 24 per page and then "next" or pagination so that one could view all the others)
Thanks!