Hi, Is there a way to limit how many times a user can add an item to the cart?
Currently, they can keep clicking the “Add to Cart” button and add multiple quantities of a digital product. I’d prefer that once the item is added to the cart the button updates to a permanent “Added to Cart” state.
You could probably use some custom code to override the button to achieve this.
I’ve implemented an alternative solution (because of multiple limit requirements) in the cart itself. In my solution it displays an error and prevents checkout until you modify the cart contents.