I was looking for a hook that will fire after a user hits the add to cart button. The commerce api isn't very clear about this.
What I'm trying to is: Add an extra validation for a customized product (date field). So basically I want to interrupt the adding to the cart process and proceed if validation is ok, and lead the user back if not.
Thanks!