Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Checkout
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Feb 2017 at 13:22 UTC
Updated:
7 Mar 2017 at 19:54 UTC
Jump to comment: Most recent
Proposed Solution:
1. Provide a config in checkout flow for this.
2. or Check if there is any necessity to go to first step by analysing the product added to cart and see if there's any reason for resetting the step to first.
Just for anyone looking for it before patch arrives.
one suggested way is to
React to any of the cart events and then set preferred value as below
$cart->checkout_step->value = 'your_step'
Comments
Comment #2
bojanz commentedMatt, Ryan and I discussed this and agreed that this should be the default behavior (no setting). Reclassifying as a bug report.
Comment #3
harings_rob commentedI will take care of this.
Comment #4
harings_rob commentedhttps://github.com/drupalcommerce/commerce/pull/637
Added a small comment there regarding the test.
Comment #6
bojanz commentedCommitted, thanks!