Set a minimal order amount for a specific User role in Woocommerce
问题 I'm creating a wholesale website. Looking on here I was able to already find code for switching between two user roles after customers place a first order. Now I just need to be able to set minimum order amounts for different user roles on the cart/checkout page and most of what I've been finding does way more than I need it to. Searching online I was able to find this bit of code: <?php /* Author: Doug Edgington Description: Require a minimum order total in Woocommerce for a user role */