Shopify Theme Development - Metafields Tutorial

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 8

  • @DmytroCheremnov
    @DmytroCheremnov Місяць тому

    thank you for your tutorial!

  • @prashantmishra5691
    @prashantmishra5691 9 місяців тому

    Thanks for the informative video.

  • @arifhaiman5
    @arifhaiman5 7 місяців тому

    Very Helpful video

  • @codezeloss
    @codezeloss 9 місяців тому

    Thank you!

  • @DmytroCheremnov
    @DmytroCheremnov Місяць тому

    struggle to create metafielcd type json according to your video:
    {
    "type": "object",
    "properties": {
    "message": {
    "type": "string",
    "description": "user name"
    },
    "message_opacity": {
    "type": "number"
    }
    },
    "required": [
    "message",
    "message_opacity"
    ]
    }
    Validations value for option schema is invalid JSON: unexpected token at '{ "type": "object", "properties": { "message": { "type": "string", "description": "user name" }, "message_opacity": { "type": "number" } }, "required": [ "message", "message_opacity" ] }'

  • @ShopifyLearner-ng3il
    @ShopifyLearner-ng3il 9 місяців тому

    I am finding it hard to show the multiple link metafield. It returns a weird array which is not even giving a proper URL inside the loop.
    Can you please help me.

    • @stackingcontext
      @stackingcontext  9 місяців тому

      Make sure you are using .value when accessing the array of metafields. Using the | json filter might help too to find the issue as you'll be able to further examine the structure being returned by Shopify and confirm the data you need is there.

  • @omedjamal1056
    @omedjamal1056 9 місяців тому