Callback On Add-To-Cart Form?

Basically I'm curious about how you could add a callback to the form submit so for example you could update the page when the "product added to cart" dialog is displayed

I'm guessing here this has something to do with how ceEvent works (?) but I haven't found anything documented about how to do this anywhere.

Basically I'm curious about how you could add a callback to the form submit so for example you could update the page when the "product added to cart" dialog is displayed

I'm guessing here this has something to do with how ceEvent works (?) but I haven't found anything documented about how to do this anywhere.

Hello! See it here: http://docs.cs-cart.com/4.6.x/developer_guide/core/front-end/microformats.html#form-processing

ah thanks that's what I was hoping to find.