No content to show

User Activity

@analyst not sure about additional notes. I passed the dynamic data as note-only using useApplyNoteChange() hook provided.
@jamalali81 Presently, the Shopify checkout UI extensions do not have a built-in hook or API that directly provides details about applied metaobject data during the current checkout process.However, they do offer a meta fields hook to retrieve unique...
You can sync the date picker's current value to this object via some state or variable so that whenever the date picker value changes the note object always gets the updated value of the date picker.
Hi,Can we read metaobjects in the checkout UI extension? Is there any hook to just grab data of metaObject applied to the current checkout in checkout UI extensions?
Hi Lizk,Can we read metaobjects in the checkout UI extension? Is there any hook to only just grab data of metaObject in checkout ui?
I am testing order API from Postman which is not returning results properly.My store timezone is set to this is a screenshot of my dashboardhere is Postman snapneed to fetch orders between 2 am to 3 am so it should return 2 records but it returning e...
having trouble using the useAppMetafields hookas it returns results that are not consistent time return [] and sometimes returns an array with value. It was working smoothly previously.console.log("appMetaFields", useAppMetafields());any one faced su...
if (our logic) { setNotes({ type: "updateNote", note:`there comes the note`, }); }This was resolved by setting the value to note in the object passed. A slight overlook on my side.
Hi,I have been working on a task that basically is to when an order is submitted then add some notes to orders based on the logic in the extension.I have read the docs and found that there is a hook named useApplyNoteChange()can we use this to add no...
Hi Gsmaverick,Basically, we have kind of created a live store for testing and another one for actual use.So is there a way we can test it on live directly not development?
Hi everyone!I have an app under development, how can I install it to a live store (not a dev store) for testing purposes, and is there any possible way to do that at all? It will be a custom app not a public app
Hi I have been working on a shopify theme.I have bold subscriptions enabled on this theme.I would like the product price to change to show the discounted price if the customer selects a subscription.currently Its displaying like this.https://organics...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.