No content to show

User Activity

Where exactly in the config can this be set? The graphql docs seem to use a different type than Shopify in the remix template.for (const entry of extensions) { const extensionPath = `./extensions/${entry}`; const schema = `${extensionPath}/schema.gra...
You guys should definitely do that and then also integrate that into flow actions. Shopify Flow will turn into a self modifying AI.
Well you could use the proxy, but it can refuse to answer the request because of CORS, as the order-status-page can be hosted on the shopify.com url with the new customer accounts. So if you were to use the proxy, the merchants would be required to m...
Hey @Luftwalk I encountered this issue recently as well and unfortunately, you have to create a self hosted app for this.1) Fetch your own app with the checkout_token (Thank-you page doesn't have access to the order ID)2) From your app, use Rest Admi...
Hello @mamedali ,Can I first ask you what kind of Extension are you working on (Theme, checkout, post-checkout) ? Every extension has it's specific optimal ways to access data.
Hey @Gregles,You might want to try something like this: const blockLayout = root.createComponent( BlockLayout, { rows: ['auto', 1], }, [ root.createComponent( /* Your text input */ ), root.createComponent( /* Your auto-search modal */ ), ], ); root.a...
Yeah unfortunatelly, they don't.
Hello Hasnain,As of now, Shopify Checkout UI doesn't provide targets that would suit your need.Here is a list of all available checkout targets.What feature exactly are you trying to implement? There might be a reasonable placement for your desired f...
 Hello dear Shopify Partners, Employees and alike,I'm working on an app for the order-status page, and I need to access some data regarding the order.However The useOrder hook provided to the extension target only has the ID and the name of the order...
The problem isn't adding a parameter to the URL. The problem is 1) what URL to use and 2) how to name the parameter which will pass the token.But from what I observed, the usual approach seems to be a GraphQL api workaround.
Hello,During checkout, I need to redirect the customer to an external page where they choose their pickup point for the order and then get redirected back. The page gets the checkout token in the url query parameters, generated from the useCheckoutTo...
The original theme was Universe 3
I did look through the schema of the main page though and there didn't seem to be anything preventing apps from being placed into the template.
The app in question is Klaviyo Embedded Form. The thing is, that there are alot of other apps on the store and none of them work on the main page, while they all work on all the other pages.I'm not trying to add the app into a block. Just as a separa...
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.
Helpful From
Likes given to