You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you need to execute code after uploading products, for example, update SmartWishlist.
You can add an event this.ajaxinateLoaded = new Event('ajaxinateLoaded');
and execute it immediately after adding new products? document.dispatchEvent(this.ajaxinateLoaded)
I think this will help a lot.
The text was updated successfully, but these errors were encountered:
Sometimes you need to execute code after uploading products, for example, update SmartWishlist.
You can add an event
this.ajaxinateLoaded = new Event('ajaxinateLoaded');
and execute it immediately after adding new products?
document.dispatchEvent(this.ajaxinateLoaded)
I think this will help a lot.
The text was updated successfully, but these errors were encountered: