For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
Hi,
I would like to add my Checkout UI Extension block at target purchase.thank-you.block.render [ORDER_STATUS2], the second purple location you can see in the image below:
But I can't find how to specify that block, because in configuration (.toml) file I can only indicate the generic name of the block:
[[extensions.targeting]]
target = "purchase.thank-you.block.render"
module = "./src/Checkout.tsx"
export = "thankYouBlock"
...and this configuration puts my code in the location of purchase.thank-you.block.render [ORDER_STATUS1].
What I have to do to put it directly in the second block?
Thank you
Have you upgraded the thank you page with checkout extensibility? If you haven't upgraded it, you won't be able to do this.
Yes, already upgraded.
You need to add the checkout UI block from the checkout settings. If have any questions let me know so I can clarify, and if not, and you'd like to work together please feel free to message me directly.
Is this mandatory for every checkout UI Extension? Or is there also a default setting?
Those using Block Extension need to make this setting, while others can be placed to the target. If have any questions let me know so I can clarify, and if not, and you'd like to work together please feel free to message me directly.
Good luck
I have the same problem , I want to add at ORDER_SUMMARY4 but I couldn't. If you got any solution then please let me know as soon as possible