Hi all!!!
I am working on some tests just for fun and noticed a strange thing in
Editor extension collections.
Using this deep link to send the merchant to the checkout and scrolling to my app (as in this tutorial)
open(`extension:checkout-block-collection?checkoutProfileId=${checkoutProfile}`, "_blank")
PROBLEM
To create an Editor extension collection the toml file needs at least 2 extensions of type customer account UI or checkout UI extensions.
DOUBTS
How is it possible to add only one extension as the app Shopify Checkout Blocks into the thank you page ?
Solutions tried already
- Empty handle/includes
[[extensions.include]]
handle=""
Error: editor extension collection: Add extension with handle '' to local app. Local app must include extension with handle ''
- Adding the same extension into the includes
It duplicates the extension into the thank you
includes=["block-one-handle", "block-one-handle"]