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
We would like to use liquid ajax cart together with Barba.js..
Is there a way to re-init everything after a page transition? So that the correct data is fetched.
Best wishes,
Joeri Evers
The text was updated successfully, but these errors were encountered:
Hi Joeri,
Barba.js is kind of PAJAX way to navigate between pages?
I've never tested Liquid Ajax Cart with that but I don't see any reason it wouldn't work.
Do you have any test theme with Liquid Ajax Cart and Barba installed to see what issue you are facing?
If you want to force Liquid Ajax Cart to reload data from Shopify, you can run an empty POST update.js request by doing this: window.liquidAjaxCart.update();
It will send an empty update request to Shopify and Shopify will return current cart state and cart related sections HTML.
Hi,
We would like to use liquid ajax cart together with Barba.js..
Is there a way to re-init everything after a page transition? So that the correct data is fetched.
Best wishes,
Joeri Evers
The text was updated successfully, but these errors were encountered: