Clicking on disabled ‘add to cart’ button [closed]

Disabled elements don’t fire mouse events, so you have to wrap a div around the button and catch the event.