No content to show
User Activity
Referring to the field `buyer_label` in https://shopify.dev/docs/apps/build/payments/offsite/use-the-cli?framework=remix#configure-your-payments-extensionIs there a way to add an icon/image to the label like ShopPay?
Thanks for the response. The idea is to let merchant select a component and the app extension get its id/class/xpath. Is that still not possible?
Is there a method(section setting) within the Shopify customization window that allows users to select an element (such as price) and retrieve its corresponding HTML class/id/xpath?
I still get the same error even after using the --force flag. Where you able to resolve this?
02-23-2023
Theme deploy returns the below error. Errors encountered: (sections/widget.liquid) this file is not part of your theme (layout/theme.liquid) this file is not part of your themefinished command with errors I'm on ThemeKit 1.3.1(latest). Anybody know...
To check if the warning message is no more, contact shopify support and ask them to enable unified admin for your test store.
My chrome is up to date. Facing the same issue, where you able to find a solution for this other than clicking on `continue with unsupported version`?
I have the schema defined in the locale where it works for text field, but not in 'select' label If I "add" the block, "Save" and "Exit", revisit the same, I don't see the error message. Have been exchanging emails with shopify support. They claim i...
I had it in en.default.schema.json, but now tried adding it to en.default.json. Still the same issue.
10-03-2022
I have the schema defined in the locale where it works for text field, but not in 'select' label Code: {
"type":"select",
"id":"mode",
"label":"t:checkout_schema.settings.theme.label",
"options":[
{
...
I'm building theme app extension for an existing app. Below is what I did. Create app with shopify cliScaffold theme app extensionRun deploy from local, this will generate the .env in root. In this step you can create a new app or add the extension t...