"Indeed, you'll need to initiate an 'addToCart' event.
We've established a listener for the addToCart event, allowing the app to capture and register instances of this event. The app subsequently adjusts its statistics in response.
To create such an event using JavaScript, you can follow this syntax:
const cartEvent = new Event('addToCart');
And to trigger the event:
document.dispatchEvent(cartEvent);
Alternatively, you can reach out to us and our team can submit a request to our dev team to implement this on your behalf.