I’m trying to follow this tutorial JS SDK to open the cart summary/checkout page to redirect directly to the checkout (bypass the cart page) when adding an item to cart, but the item.added event does not return anything when I try to log it to the console.
The snipcart.ready and item.adding events do return, so I have verified that it is initialised and installed properly, however the item.added final state is never reached. Any help?