Hey there,
I’ve been following https://docs.sylius.com/en/1.3/cookbook/shop/checkout.html and https://docs.sylius.com/en/1.3/customization/state_machine.html?highlight=state to modify the state machine to create a one-step checkout.
I’ve altered the transitions down to three: cart, onestep and completed, where onestep is a new one.
Now the problem is, I can’t find the route that the checkout button in the cart uses, as it’s still sending the user to /checkout/address. I’ve grepped for “address” but don’t seem to be finding the route config. Does anyone know where I should be looking?
I’ve left this post with a generic title as I intend to document my process and possibly expand the discussion without making successive issues.
Thanks,
Alex