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...
08-28-2023
Thank you StephenKThat API is working.
01-19-2023
@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
Subject | Views | Posted |
---|---|---|
326 | 10-04-2023 10:36 PM |