Problem/Motivation
In some circumstances, ex. with express checkout modules such as Klarna or PayPal, there are separate buttons added to /cart page that make it possible to choose a certain checkout flow or adjust an order before proceeding with Checkout. This is not possible with the current state of the commerce_checkout_link module which directly takes the user to the last known checkout step of the order.
Steps to reproduce
N/A
Proposed resolution
Dispatch event other modules can subscribe to, which will make it possible for other modules to execute some arbitral code when checkout link is used.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3197957.patch | 6.47 KB | eiriksm |
Issue fork commerce_checkout_link-3197957
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 #3
zaporylieComment #4
eiriksmLet's try this
Comment #6
eiriksmCommitted a composer.json file to the project, and it should be possible to run MR tests now
Comment #8
eiriksmAwesome!