Add a setting to the checkout progress block to enable "Shopping cart" as an additional step. It should be disabled by default.
| Comment | File | Size | Author |
|---|
Issue fork commerce-2989406
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
imclean commentedIt is there, it's called "Order summary" rather than "Cart".
Comment #4
cobenashHi, @imclean
I think we don't need to add Cart to checkout progress.
Because of the multiple checkout flow features in D8 commerce2, there are multiple carts in the current structure.
Which means we can only decide the current steps when we checkout the order.
So, I think it's much easier if you create your own checkout flow and then the checkout progress block will show the step as you want.
Comment #5
rszrama commentedI'm updating the issue, as the previous two comments seemed to misunderstand the request. Unless I'm also mistaken, the request is to add "Shopping cart" to the checkout progress block displayed at the top of the checkout form, which is a reasonable request.
I'd want to pair it with a setting on the block, though, that toggled it on or off in the progress indicator.
Comment #6
ollaankoodeis commentedIs there any plans for this? I should also prepend Shopping cart link/step to the checkout progress block.