Hello jhowardlong45!
The shortcode [product_category] can be updated to display all the results with the ‘limit’ and ‘paginate’ arguments.
Try this [product_category category="YOUR-CATEGORY" limit="12" paginate="true"]
.
This should solve the issue.
If you would like to display all products and no pagination then simply skip adding ‘paginate'(defaults to false) and set ‘limit’ to -1, like below:
[product_category category="YOUR-CATEGORY" limit="-1"]
.
Hope this helps!
The shortcode [product_category] is part of the WooCommerce plugin and the WooCommerce forum would be the best place to get the queries sorted. You could also check out WooCommerce Docs
If you do have queries related to our themes or integration related to our themes, please feel free to post it here, we would be glad to help!
Thank you for using our theme!
Regards,
ProDesigns
-
This reply was modified 5 years, 11 months ago by ProDesigns.