IN woocommerce I'm trying to add some code in functions.php
to allow backorder for specific product categories. But the code doesn't works.
How can I allow backorders and notify customer for specific product categories in Woocommerce?
IN woocommerce I'm trying to add some code in functions.php
to allow backorder for specific product categories. But the code doesn't works.
How can I allow backorders and notify customer for specific product categories in Woocommerce?
Updated
Try the following (where you will set your product category(ies) in the array for each function):
Code goes in function.php file of your active child theme (or active theme). Tested and works.