Mar 21, 2021
Hello, I am developing an app and I would need to wrap the shop money_format in a <span> tag, but from what I found there is no way to update the store setting using the api. Is there a ...
No content to show
User Activity
There is an app that handles sending an auto-reply for shopify contact form https://apps.shopify.com/contact-form-autoresponder
10-31-2024
Shopify does not have this built-in but you can use this app that does exactly that https://apps.shopify.com/contact-form-autoresponder
09-27-2024
I have an app that checks if the customer is logged in and get the customer tags from the current customer object. We get this data from the polaris customer object(with a theme app extension), the same way we would do it from the theme code.The issu...
04-20-2023
I didn't find a solution. I just added a middleware and used that on every API request
04-12-2023
Did you find a solution for this? I am facing the same issue, it requires the app to be a sales channel to be able to generate a storefront access token.
04-06-2023
This works when the session is created and asks for the billing to be activated, but if the admin of the store clicks Cancel he can easily continue to use the current app session with no billing activated.What is the fix for that? The only way I coul...
Did you find a better solution for the situation where they click the Cancel button? Checking in the API is the only thing I can think of
This app does just what you need https://apps.shopify.com/login-to-see-price-b2bIf hides the prices for not logged customers and replaces them with a customizable message box.
From what I managed to figure out, this is the actual piece of code that does the redirect:ShopifyApp.init({ apiKey: '{{ SHOPIFY_APP_API_KEY }}', shopOrigin: 'https://{{ user.myshopify_domain }}'});ShopifyApp.ready(function () { ShopifyApp.B...
I also tried to find a workaround for the webhook not triggering at the right time but could find any viable solution, because I can't identify when I am supposed to clear the session.What did you try?
I have the exact same problem.From what I could find out, it's not a problem with the initial installation of the app to the test store, it's about the reinstall. The app first gets installed correctly to the appstoretest5.myshopify.com, then it imme...
In my case, the app/uninstall webhook is triggered after more than 2 minutes after the app is uninstalled from the shopify store.Because of this, my app fails app review every time because the app doesn't know when to reset the session and this will ...
08-15-2020
My app registers the app/uninstall webhook when the app is installed and it works, but Shopify takes too long to trigger the webhook when the app is uninstalled.The webhook gets triggered after at least 2 minutes after the app is deleted. Because of ...