No content to show
User Activity
03-14-2024
Checkout UI extension not showing on topBelow 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 extensionexport default reactExtension( 'purchase.c...
OkThanks for the reply
Hi DanWGDid you find any solution for this?I have a similar issue and need solution.
Well issue is related to frontend so I don't think we need access of backendIf you can provide any solution for frontend then it would be great
In my api I need to send cart in store main currency from cart page.So I make call like below`/cart.json?currency=AUD`Here AUD is store main currency.Now what happen after this ajax call user selected currency is change to AUD.I can stop that with ma...