No content to show
User Activity
Have you fixed this one, im stuck in this
11-26-2024
Did your app got approval?, mine got suspended and i communicate with the support they suggest me to test the app again for any internal errors and for ui interaction requirement they insist me create one page with dropdown to select enable and disab...
I want to get response form a third party API in a thankyou page in shopify using Post purchase chekcout Ui extension, How can i get this without getting CORS headers error. I have tried several option nothing works, can anybody guide me on this
11-20-2024
Same i have also submitted with the disable button.
I want to get the logged in customers id of the shopify store in my shopify remix app to dynamically change the price of the product according the customers. Is there any way to achieve this
11-20-2024
@8Quad @Shopify I think its not working, i still have a app submission review error regarding this, looking for solution to fix this.
Hi @Kyle_liu Thankyou, Please refer my solution.
hi @Eric-HAN const res = await fetch('shopify:admin/api/graphql.json', { method: 'POST', body: JSON.stringify({ query: ` query { customersCount{ count } }`}),});const data= await res.json();const customerCount= data.data.customersC...
I'm trying to get a total number of customers in the store or all the customer list id's in the store using GraphQl admin API, Can anyone give solution for this?
08-14-2024
Hi @Stacy_Zhuk Thankyou so much, I will Try and update the process here soon.
Hi @raphaellima Only Theme Extension, we can use ""available_if" attribute to hide the extension from the theme customizer, For all other type of extensions we can only customize/Hide the functionality according to the subscription status, We canno...
08-02-2024
I appreciate the response @Gil_at_Shopify , This is What I exactly follow for now, I just want to know is there a plan to any improvement in the future updates. Thank you in advance.
07-29-2024
Hi @Stacy_Zhuk,Can you please explain how you have done it, or redirect me any sources that explains it. I'm stuck in it.
07-26-2024
If the user is not subscribed to the payment settings, I just want to hide my checkout extension from the theme customizer Add block section. Is it possible in any of the way, for now In checkout extension we can customize the functionality according...
Hi @Liam & @ocastx , Can you please explain , how to set Values to metafields with ownertype : SHOP mutation MetafieldsSet($metafields: [MetafieldsSetInput!]!) {metafieldsSet(metafields: $metafields) {metafields {keynamespacevalueownerTypecreatedAtup...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
700 | 10-21-2024 09:22 AM |