Fabien_Sebban
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-20-2024 05:26 AM
Topic Started
3
Topics Started
Topic Solutions
0
Solutions
Post Count
38
Posts
Post Kudos
13
Likes

Community Badges

Hello, One of my clients has a lot of "James Smith" customers that sign up every day using a different email address. We added ReCaptcha in the registration form but these customers continue to be ...
No content to show

User Activity

I don't know if the goal is to redirect to a Shopify resource but I leave another approach below in case it helps. With AppBridge 4.0 there is no need to know the Shopify URL to redirect to Shopify resources.You just need to use the Navigation API:op...
Hi!I am trying to add a Modal in my Shopify embedded app. Since the Modal component is deprecated (https://polaris.shopify.com/components/deprecated/modal), I have to use the App bridge modal API (https://shopify.dev/docs/api/app-bridge-library/refer...
The alert caution message in the app bridge documentation made me think there was probably something wrong with the way I installed the app bridge library in my code. Then, I added the script and meta tags:<meta name="shopify-api-key" content="SHOPIF...
Hi @Liam This app example is a React-embedded app. This means he already loaded the npm package @shopify/app-bridge-react. The app-bridge.js shouldn't be included in the @shopify/app-bridge-react npm package?Thanks 
Thanks for the list. Did you find any other plan?I found another list for the plan_name attribut of the API REST Shop object (https://shopify.dev/docs/api/admin-rest/2024-01/resources/shop) "ANNUAL""affiliate""trial""basic""professional""unlimited""s...
Hi @lizk ,Do you have any feedback on when we will be able to get the discount code as Input of the Shopify function?
For a reason I don¡t know, this way works only in a dev environment. In a production environment you need to use this: const shopUrl = `https://${atob(window.__SHOPIFY_DEV_HOST).split('/').slice(-1)}.myshopify.com`;  The AppBridgeProvider of the Reac...
Hello @liuduo! Did you find a way to get the theme's screenshot? 
Sorry, the misunderstanding is mine .At first, I tried to get the customer using this code :const api = useExtensionApi(); console.log("customer", api.cart.customer); But I had to access the customer using this code:api.cart.subscribable.subscribe((...
Thanks @dsn for your answer but I think I am still missing something. I need to get the customer selected by the staff member in the POS like in this video: https://drive.google.com/file/d/1W9FXsxTYEkx3M4eiDHKrIheVG8b2E1cr/view(not sure I made myself...
Hi Dsn! If I understood Luis' question, he needs to get access to the customer that the staff selected in the POS. Do you know how to do that? I am facing the same problem here. Thanks
This is a way to get the shop URL from the back office: const shopUrl = `https://${atob(new URLSearchParams(location.search).get("host"))}`; I don't know if it is the best way but it works.
I have the same issue in my production environment. No problem in my local environment but when I deploy in production I cannot install the app from the install form.GET request to /api/auth works fine. 
Unfortunately, since Shopify changed the URL from https://my-store.myshopify.com to https://admin.shopify.com this code always returns https://admin.shopify.com as the shop URL.I am looking for another way to get the URL from the app's front end. I'l...
This widget could not be displayed.
This widget could not be displayed.