Can I open the checkout page directly, instead of opening the cart first?

As soon as the user clicks on the buy now button, I want to take the user to checkout directly.

Please let me know the way to do this.

Hi @snhoby,

We don’t have anything built-in for this at the moment. That said, you could listen to the item.added event and redirect the user to /#/checkout route using JavaScript.

Cheers!

It worked, thanks a lot

1 Like