No content to show
User Activity
08-15-2024
Running it with useApi query (extensions UI), doesn't work as expected import {
...
reactExtension,
useApi,
...
} from "@shopify/ui-extensions-react/checkout";
reactExtension("purchase.checkout.actions.render-before", async () => <Extension />);
e...
08-15-2024
Hi Liam, really appreciate that.I couldn't find this query in the docs, but I'm wondering that would it only be available after the customers finished their checkout ? in that case it's not exactly what I'm looking, I'm trying to detect the use of ex...
08-14-2024
I have an extension that should show a warning to the customer if they are using express checkout, so that they can check if the delivery address that was automatically filled in is correct. (Using the express buttons at the top of the checkout) Howe...
Did you find anything? thanks!
06-14-2024
Hi, any news about it? I can't find any way to show the options expanded
Any lucky on this?
Same here... seems to be a shopify's bug...
Our store offers different delivery options as well as different prices based on the items, postcode and delivery date. We have our own CarrierService that uses this data to return the available options and prices.We currently add the delivery addres...