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
StoreConnect now support theme components which allows you asynchronously update section of your stores without page reload. For example, if you are in the cart page, you can now update the cart item quantity or remove the item. In the background, the component listens for these changes and updates at the same time other components such as the order summary.
This features enhances the user experiences, as you can seamless update the current view without constant page reloads.