What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Checkout UI Extensions did not show up in checkout customize page

Solved

Checkout UI Extensions did not show up in checkout customize page

TuanDangA
Shopify Partner
17 0 7

Hi everyone, I've created a custom app with Remix template, created a checkout UI extension, run npm run dev to preview on my Dev store and it worked perfectly, but when I deployed the extensions to the app and installed the app to my dev store(set at preview checkout extensibility), the extensions didn't show up in the checkout customize page. Can anyone help out here? any applies is appreciated

Accepted Solution (1)
fabiof4011
Shopify Partner
5 2 0

This is an accepted solution.

Hey, I had your problem but I managed to solve it, check here:https://community.shopify.com/c/extensions/simplified-deployment-not-updating-extension/m-p/2166941/...

The trick was to uninstall the app, set the preview off and then reinstall the app. I think it's a bug in the simplified deployment.

View solution in original post

Replies 5 (5)

phudt
Shopify Partner
8 1 1

Hi Everyone,

 

I'm facing the same issue with Shopify app version 3.48.0 and 3.48.1, I could not see my extensions in Checkout Editor on my development store and testing store (Shopify Plus plan). 

I tried with the example from Shopify https://github.com/Shopify/example-checkout--custom-banner--react but still not see the extension in this app on Checkout Editor page 

 

Thanks,

phudt
Shopify Partner
8 1 1

Hi @TuanDangA 

 

I have solved this problem by the following steps:

1. Deploy app to Shopify Partner App

2. Create release version on Shopify Partner

3. Deploy app again with this option

phudt_0-1691255044597.png

4. release this version

 

Then you can see extension in Checkout Editor page.

Hope these steps can solve your issue as well.

TuanDangA
Shopify Partner
17 0 7

Thanks, I have spoken to Shopify Help Center. It seems that right now we can't test checkout ui extensions in the dev store, we can only preview it, but even if we install the app into the dev store, the extensions won't appear. We have to install the extensions to a Shopify plus store to be able to see the extensions

 

fabiof4011
Shopify Partner
5 2 0

This is an accepted solution.

Hey, I had your problem but I managed to solve it, check here:https://community.shopify.com/c/extensions/simplified-deployment-not-updating-extension/m-p/2166941/...

The trick was to uninstall the app, set the preview off and then reinstall the app. I think it's a bug in the simplified deployment.

TuanDangA
Shopify Partner
17 0 7

this worked for me, thank you so much Fabiof4011