ryan99
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-24-2024 03:28 PM
Topic Started
6
Topics Started
Topic Solutions
3
Solutions
Post Count
28
Posts
Post Kudos
9
Likes

Community Badges

With normal menus you can retrieve another menu by `handleizing` the link title, as long as the other menu handle matches like so ``` {% for link in linklists[section.settings.main-men...
No content to show

User Activity

Thankyou!!!! I had the same issue, updated the scopes in the toml and partners but not in the env var. Shopify should add an error that tells you why its not authenticating
Nobody has a solution to this?? We have an app with a App Block, would like to access the proxy url from the app block but jsut have to hope its not changed, or ad some convoluted setting that customers wont understand??
Heres a simple function that will hide all shipping options in California// @TS-check /** * @typedef {import("../generated/api").RunInput} RunInput * @typedef {import("../generated/api").FunctionRunResult} FunctionRunResult * @typedef {import("../gen...
We setting up a custom app to limit the shipping options based on some rules (regex based) the function works great though I seem to have found a bug where once you hide all the shipping options you can't get them back without refreshing the page. Wh...
Content richtext fields that are rendered by shopify are getting flagged for "Failure due to the accessible name not containing the visible label text" https://www.w3.org/WAI/WCAG21/Techniques/failures/F96. It seems that when a link to a shopify page...
The links you have in your menu look like they also include a `Tag` based filter. In the case of Micheal Jordan the link additionally filters products that contain the tag `ncaa basketball`. The other collections also contain tag filters but they don...
Is there a way to trigger the Accelerated checkout buttons render via javascript? Or some other workaround to get the buttons rendered on components rendered via ajax? The docs say its not possible but there must be a workaround. And it seems like it...
The issue was that the store still had the `checkout.liquid` active. In order to use the `DiscountAutomaticApp` you need to have the checkout extensibility active and `checkout.liquid` disabled
My understanding is that DiscountAutomaticNode is for native automatic discounts. Where as DiscountAutomaticApp should be used for ones created by our app with our app extension.
On the Shopify discounts api documentation it says: Users that have checkout.liquid customizations need to upgrade to checkout extensibility to use Function APIs. Does this mean that no shop with a checkout.liquid can use custom discounts via functio...
We have an app that works perfectly in development and on dev stores. Once we installed it on a production store we could not update discounts like we can in development. The query is: mutation UpdateDiscount($id: ID!, $discount: DiscountAutomaticApp...
We are also running into this possibly. We have a custom app where functions run perfectly and show run info in the App section of Partners Dashboard. But when we installed the app in the clients store it doesn't seem to be running the function. Ther...
Where can we see the status of the fix? It seems to be a week in now and still affecting our dev themes. It's almost impossible to get any work done in this state.
Same issue here. Only broken in the Graphql app. My actual queries are working, just can't use the app to test. Tried reinstalling with no luck
@Manoel_Valladao wrote:Per reply I got from Stack Overflow:You need to read the documentation regarding the special input type provided by Shopify called URLAccording to the documentation, you can only set these 2 URLs by default:/collections/collect...
This widget could not be displayed.
This widget could not be displayed.