I've got AJAX add to cart enabled for my products which works great for 95% of them.
There are a few for which I need to disable the AJAX add to cart, so users are forced to go to the single product page and add to cart from there. I would be wanting to disable it based on the value of a custom meta key called "customizable_product" which is just a checkbox.
Is this achievable? I've searched around and haven't been able to find any information.