Add a setting to the checkout progress block to enable "Shopping cart" as an additional step. It should be disabled by default.

CommentFileSizeAuthor
#5 checkout-progress.png48.56 KBrszrama

Issue fork commerce-2989406

Command icon 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

Mistrae created an issue. See original summary.

imclean’s picture

It is there, it's called "Order summary" rather than "Cart".

cobenash made their first commit to this issue’s fork.

cobenash’s picture

Hi, @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.

rszrama’s picture

Title: Add Cart to checkout progress » Add "Shopping cart" step to checkout progress block
Category: Support request » Feature request
Issue summary: View changes
StatusFileSize
new48.56 KB

I'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.

ollaankoodeis’s picture

Is there any plans for this? I should also prepend Shopping cart link/step to the checkout progress block.