Untitled
unknown
plain_text
2 years ago
288 B
5
Indexable
document.addEventListener("DOMContentLoaded", function () {
setTimeout(function () {
if (window.EComposer) {
window.EComposer.ajaxCartSuccess = function (data, form) {
document.dispatchEvent(new CustomEvent("ajaxProduct:added"));
};
}
}, 1500);
});Editor is loading...
Leave a Comment