Customizing existing blocks with Checkout Extensions

Solved

Customizing existing blocks with Checkout Extensions

asmerkin
Shopify Partner
16 2 2

I'm working on a store that already has a customized checkout (using the checkout.liquid available for plus stores). We want to move to checkout extensions, but I don't see how to use extensions to modify existing elements from the checkout page, like
- Filling the shipping address based on some info provided in a previous step.
- Moving the discount code input location within the page.
- Reading some trial info and updating some text in the checkout page.

How can these be achieved using checkout extensions?

Thank you.

Accepted Solution (1)
asmerkin
Shopify Partner
16 2 2

This is an accepted solution.

Hi @momoluca , it's not supported.

We can't modify Checkout DOM elements using UI extensions since these are built using WebAssembly, and are self-contained.

View solution in original post

Replies 2 (2)

momoluca
Shopify Partner
8 0 3

Hi did you figure this out? 

asmerkin
Shopify Partner
16 2 2

This is an accepted solution.

Hi @momoluca , it's not supported.

We can't modify Checkout DOM elements using UI extensions since these are built using WebAssembly, and are self-contained.