Checkout UI extension not showing on top
Below is target i set in toml file
[[extensions.targeting]]
target = “purchase.checkout.block.render”
module = “./src/index.jsx”
and below is how we render our extension
export default reactExtension(
‘purchase.checkout.block.render’,
() => ,
);
We are facing problem to show extension on top of left side of checkout in one page checkout. In the editor it’s show on top left but not in real checkout
This is only happen with single page checkout.
Let me clear that in real checkout our extension only load when customer logged in and they have credit balance.
We face this issue in our testing store and also in our client shopify plus stores.
Any help appreciated.