Hi everyone,
We’d like people to be sent automatically to the cart page after adding an item.
I have disabled cart drawer.
However, with the drawer disabled, people are just left on the product page.
Any ideas? Thanks
Hi everyone,
We’d like people to be sent automatically to the cart page after adding an item.
I have disabled cart drawer.
However, with the drawer disabled, people are just left on the product page.
Any ideas? Thanks
addItem function or similar code block that handles the addition of items to the cart.addItem function, look for the code that handles the successful addition of an item to the cart. It may include a callback or event handler.window.location.href = '/cart';