Please list the package(s) involved in the issue, and include the version you are using
It’s not package related issue but checkout configuration editor (web ui).
Describe the bug
According to one-page checkout extension ui targets document, Delivery
and Shipping metnod
have following targets in one-page checkout.
- Delivery
purchase.checkout.delivery-address.render-before
purchase.checkout.delivery-address.render-after
- Shipping method
purchase.checkout.shipping-option-item.render-after
purchase.checkout.shipping-option-item.details.render
purchase.checkout.block.render [DELIVERY 1]
but in checkout configuration editor, I cannot see Delivery
and Shipping method
section to add app block when a store uses one-page checkout
.
Steps to reproduce the behavior:
- Create new dev store with checkout ui extensibility
Settings
>Checkout
> ClickCustomize
inConfigurations
section- Click
Settings
in checkout editor then selectone-page
inCheckout layout
section - Click
Sections
in checkout editor, you cannot seeDelivery
andShipping method
section to add app block
Expected behavior
We can set extension app to Delivery
and Shipping method
in one-page checkout as well as three-page checkout.
Notes
It’s a issue when a store uese one-page
checkout, three-page
checkout works as expected.