No content to show
User Activity
07-26-2024
Hi Cherrie,
It's important to note that the Storefront API in checkout ui extensions does not support customer queries in checkout: https://shopify.dev/docs/api/checkout-ui-extensions/2024-01/configuration#api-access. the data available to query is...
07-26-2024
Hi there,
While you can't hide app blocks within the checkout editor selection panel, you can save the subscription status for your app to a shop level metafield. You can then retrieve that within the checkout ui extension via the metafields sectio...
07-26-2024
Hi Liz! Have you taken a look at the Checkout Blocks app? It's by Shopify and free. You can conditionally show custom fields like an agree to terms and it can show for product based conditions. It will save to the order as either a metafield, note, o...
07-25-2024
Hi there,
What sort of location data are you looking to access? We surface the extension target in the api as well as the buyer journey active step: https://shopify.dev/docs/api/checkout-ui-extensions/unstable/apis/buyer-journey#standardapi-propertyd...
07-25-2024
Hi there,The Shopify Script Editor will be officially sunset on August 28, 2025 and will continue to function until then but we recommend moving off as soon as you can per https://help.shopify.com/en/manual/checkout-settings/script-editor.For line it...
07-24-2024
Hi there,
This AMA is for checkout extensibility such as checkout ui extensions. I think you'll want to post your question https://community.shopify.com/c/online-store-and-theme/bd-p/storedesign or https://community.shopify.com/c/shopify-apps/bd-p/...
07-24-2024
Hi Juan,
You can find a full list of supported countries for Address validation here:- https://help.shopify.com/en/manual/checkout-settings/address-collection-preferences- https://help.shopify.com/en/manual/orders/manage-orders/shipping-address-val...
07-24-2024
Hi Alaz,
You can use the Admin Graphql API and query checkoutProfiles which will return a checkoutProfile node. If you use the 2024-07 version or later, it will have a typOspPagesActive field to denote if the Thank you page is on extensibility. If ...