Hi,
Is there a way to check programmatically if my checkout UI extension is enabled/disabled by the merchant?
Thanks!
Hi,
Is there a way to check programmatically if my checkout UI extension is enabled/disabled by the merchant?
Thanks!
I wonder the same thing, it is super confusing for users when we canβt check if they completed this essential step
I dug a bit and found a way
use β const extension = useExtension();
If rendered, it is true else false β extension.rendered.current
save it in metafield/storage/db