Disallow purchases from virtual products in WooCommerce
I'm trying to remove the add to cart button from the categories page for products that are not purchasable. This is my current code, which I have placed in the functions.php file of my child theme; function buy_filter() { if…