No content to show
User Activity
I have a webhook endpoint to handle the APP_UNINSTALLED event. Most of the time everything works well, however sometimes we receive the webhook with an incorrect `shop` value. In these cases, the `shop` value turns out to be the website domain. Examp...
There was a mistake with the original extension where it was extended by too many days.
We can extend the number of trial days for a recurring app charge using the GraphQL mutation `appSubscriptionTrialExtend`. Is there a way to reduce the number of days?
@Talok_klot thank you for the detailed response! However, I should have clarified that I am the developer of the theme extension app which gets embedded on any number of Shopify themes, so I am looking for a way to do this without having to have know...
I have a theme extension app that allows users to add products to the cart via the AJAX API. How can I open the cart drawer across all themes after successful AJAX call?
Actually, I now realized that with the ScriptTag, there is no way to accurately inject HTML code into the theme at a specific section that is defined by the merchant. Looks like the Asset API is going to be our best bet. We can do this automatically ...
This is super helpful input, thank you for sharing. I've been spending time deep diving into both the Assets API and the ScriptTag API. I believe both directions will work for this. The ScriptTags seem to be the most automated since we're never touch...
We have published a Shopify app and along with it, a Shopify 2.0 theme app extension so that merchants can easily add our app to a section of their web pages. We want to be able to support merchants on Shopify 1.0 themes as well, which entails havin...
hey @arsakar , wondering if you ever found a solution to this? I'm running into the same exact issue at the moment.