Hi,
I have craft theme
I am trying to limit the amount that can be added to the cart to match the amount in my inventory.
I have 4 variants all with different inventory amounts.
Say variant 1 has 2 in inventory, the quantity button on products page allows me add any amount and when I press checkout it says:
You can’t add more ‘variant 1’ to the cart.
But if I lower to 2 in cart, it allow me to check out.
How do I only allow the amount in inventory to be added to cart and even stock amount shown on page?
Thank you in advance