Guest users are able to add >=2 items to the cart. So, customer can add (for example) 3 products to cart, and then order, even though the product quantity limit is set to 1 per week.
This works, except customers can just add two or more products to the cart and order them at once to circumvent the 1 per week limitation. How can I prevent them from ordering more than one product at once?