Hi,
Sorry for the waiting, the development release is now available.
As there is no feeback yet, I couldn't considerer an alpha release.
Some code quality checks or tests are currently missing.
Thanks for you expectation.
I've sumbmitted a module to provide a way to generate ajax steps behaviors with the inspiration from this thread.
https://www.drupal.org/project/commerce_step_panes β
Works for me ! Thanks
Pilulu β made their first commit to this issueβs fork.
Hi @skyredwang,
Thanks for your development.
I've tried to use it and encounters some difficulties due to the current system.
Display all the panes at once can't work with some payment systems like commerce_stripe that need to have the gateway set up to fulfill it's isVisible method and be available on the checkoutPanes list.
I think you need to :
* Unset the next step panes and have only the details wrapper.
* Update the checkoutPanes list when you register the callback
* Replace the content of details wrapper by the next step pane form if the previous step is valid
* Reevaluate the summary display of the order in case tax modifications
Thanks
Pilulu β changed the visibility of the branch 2546212-entity-viewform-mode to active.
Pilulu β changed the visibility of the branch 2546212-entity-viewform-mode to hidden.
Sorry,
I've forgot to re-add chunk of your work on the previous message.
Hi,
Thanks for you're work.
I've detected a small issue when this library loads before jquery form that is mandatory to keep the originalAjaxSubmit event.
I've added a library dependency.