Check Checkout UI extension enabled

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

1 Like

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