I Need to Redirect a Custom Page If the Product Count is Zero in a Woocommerce Category Kindly Help me
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
You just need to add $cat->count to get the count of all products in that category. Hope this helps you out.
Thanks
Assuming that you are accessing the product categories via one of the taxonomy term pages:
Add this to your
functions.php
file. Make sure you replaceSOME_PATH . '/some-custom-file.php';
with the path to the template you would like to load.