Set minimum Order amount for specific Products and Categories in Woocommerce
问题 I've searched extensively to see if other folks had this situation and received an answer with no luck. Essentially, I have two items customers can add to their cart. I want to make it so they cannot checkout with either of those items if their subtotal is not $15 or more. Having the ability to just drop their IDs into the code would be fine. Or, I can assign them to the same category and set this minimum by category. So far all I have is the basic PHP that sets a universal minimum. I just