No content to show

User Activity

From my understandingYou can use `useMetaFields` to access public Shop Meta.# the below configs come from "shopify.extension.toml" # this not work [[extensions.metafields]] namespace = "$app:product-discount" key = "config" # this work, you can rem...
@Liam Hello I have the same issue. Based on this article https://shopify.dev/docs/apps/functions"Network access isn't supported. For example, you can't send HTTP requests to your app's backend as part of the function's logic. However, you can pre-pop...
@Nick_Wesselman Hello, the `shopify_function` is keep changing, the example code from Git Hub is out of date.https://github.com/Shopify/function-examples/blob/main/discounts/rust/order-discounts/fixed-amount/src/main.rsIt is hard for the Rust beginne...
Issue found. The are multiple JSON templates, and the products are associated with different JSON template, some of the JSON template does not set the upsell collection. That caused the issue.
For theme 2.0, you can use product/variant metafield as dynamic content.We build an upsell function based on this feature. But it bounces back and forth between working and not working.Here is the setting from the `product-template` section  ... {% s...
Thank you StephenKThat API is working.

You can set the port via `cross-env` such as ```shellcross-env BACKEND_PORT=5000 FRONTEND_PORT=8080 yarn shopify app dev```The only problem is, The Shopify CLI will not able to forward the request from Ngrok to your local port correctly. Hope this co...
@huy282002 Thank you. Your solution work for me. So you need to make sure your development store with "Checkout Extensibility" preview.If you create the development store correctly, on Shopify Admin Panel, bottom left, you should see below text Non-t...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From