- @megachriz opened merge request.
- 🇳🇱Netherlands megachriz
This is still an issue. You cannot rely on routing when requesting the available checkout steps outside the checkout process.
Use case: display the checkout steps on the /cart page. Multiple carts can exist on this page, so there is no order in the route.
- 🇮🇱Israel jsacksick
I actually encountered this as well recently while setting up a straight redirection to checkout on add to cart, while skipping the intermediate /checkout route which doesn't need an order parameter, I believe that is the right and only possible fix.... So, let's see if the tests are passing now, just re-ran the pipeline.
- 🇮🇱Israel jsacksick
hm... tests are failing but I'm not sure the failures are related.