Quick answer: WooCommerce has no built-in setting to cap how many units a customer can buy below your stock level. You can add a maximum quantity per product for free with two short pieces of PHP: one that caps the quantity input using the woocommerce_quantity_input_args filter, and one that enforces the cap at the cart […]