bigcommerce / checkout-js

Optimized One-Page Checkout
MIT License
112 stars 342 forks source link

feat(checkout): CHECKOUT-2368 Display Custom Shipping Method #1900

Closed bc-peng closed 1 month ago

bc-peng commented 1 month ago

What?

Display custom shipping method created by manual order UI on the storefront checkout page.

Why?

Support the use of a custom shipping method.

Testing / Proof

When the experiment is ON

Opening a draft order with a custom shipping method will jump to the payment step directly.

https://github.com/bigcommerce/checkout-js/assets/88361607/78e2ac4b-1245-41d4-9897-d39b820e6cc3

When the experiment is OFF

The edit button of the shipping step appears on the page.

image

@bigcommerce/team-checkout