How Do I Create A Message when No Products Are Found?
-
I am using as WooCommerce short-code inserted into page, that draws and displays all products per a single product category.
The short-code is:
[product_category category="category-slug-here"]
The short-code works great, but if there are no products per the category, all I get is a blank page, showing the page title.
I tried to find a method to show a “message” on the page when there are no products, so the page is not all blank.
There are no settings in the Customizer for WooCommerce and there are no settings in the Admin area (WooCommerce > Settings).
I am hoping at least, there is some PHP snippet somewhere that I can use.
Can anyone help with this?
Thanks.
- The topic ‘How Do I Create A Message when No Products Are Found?’ is closed to new replies.