Hi,
I need to rewrite the function onClickAddCartJSON i tried the following code but it doesnt works for me.
var ProductConfiguratorMixin = require('sale.ProductConfiguratorMixin');
ProductConfiguratorMixin.onClickAddCartJSON = function () {
// i wrote the function of onClickAddCartJSON here
},
Thanks in advance