Eg for cart component and event cancelableOn

                    cart.cancelableOn(‘afterUpdateLine’, function() {

                        showModal();

                    });

                    cart.cancelableOn(‘afterRemoveLine’, function() {

                        showModal();

                    });

                    cart.cancelableOn(‘afterAddLine’,function(){

                       showModal();

                    })

Leave a comment

Your email address will not be published. Required fields are marked *