Shopify Metaobjects - Create your own objects in Shopify

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 40

  • @legascii
    @legascii Год назад +1

    Yo thanks for this, spent 2 hours trying to figure out why this didn't work but now I've got it fixed. cheers.

  • @IgorGalchenko
    @IgorGalchenko 2 дня назад

    Thank you, Chris 🙂

  • @Etcher
    @Etcher Год назад +1

    Excellent run down of metaobjects, thank you! Also, those dynamic looping blocks towards the end of the video are awesome, I did not know about that feature until I watched your video!

  • @SastaTechProduct
    @SastaTechProduct Год назад +1

    02:07 which tool you are using for creating such a good presentation of Objects and attributes?

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  Год назад +1

      Pretty sure it was Miro - miro.com/

    • @talal.thabet
      @talal.thabet 8 месяцев назад

      @@CodewithChristheFreelancer First, I would like to thank you for sharing! Would you mind sharing the list of Shopify's standard fields you showed in Miro?

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  8 месяцев назад

      @@talal.thabet you can find all the list of fields for each object in the Shopify Liquid documentation. I just made a Miro diagram just to visually show the options for the video.

  • @mastixmastix
    @mastixmastix 2 месяца назад

    Looks really powerful. Thank you for your video. Right now it is out of reach of regular users that have no clue about coding but i hope one day this very flexible system can be used without coding and create pages with the values of all the metaobjects we created and their references to metafields too if we related both . This is so much powerful than collections but as I said for small users still not a feasable way to construct the website. Maybe the next Shopify 3.0 will make these metaobjects easy to use and publish on their 3.0 themes without any code knowledge.

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  2 месяца назад +1

      umm what about dynamic linking within the theme editor? No coding required for that.

    • @mastixmastix
      @mastixmastix 2 месяца назад

      @@CodewithChristheFreelancer Thank you for your reply. I am really strugling to see goo tutorials about this dynamic linking to metaobjects and also how metafields can be implemented in pages for example. With products the metafields are easier and more tutorials but for example creating those in pages and how to make them work I have not found useful info so far. It would be amazing that Shopify would make all their confusing text based information about all the possibilities made available in videos that for sure is much easier to understand. In any case thank you for posting amazing tutorials

  • @TobyCumpstay-z5g
    @TobyCumpstay-z5g Год назад

    Brilliant overview and demo, thanks, Chris.

  • @ervinveisz
    @ervinveisz Год назад

    Why is this only working with list of entries and not single list on the metafield selection? Im trying to make it so that its only possible to use one product.

  • @AmedeeBoulette
    @AmedeeBoulette Год назад +1

    Wow man, incredible stuff! You should offer a full custom theme + application course, I’d pay for that!

  • @libradohernandezcruz4881
    @libradohernandezcruz4881 Год назад

    nice to see you back

  • @user-45446
    @user-45446 Год назад +1

    Which tool have you used to showcase all information in box for different definitions to display in pages, blogs, cart...

  • @humbertg.9661
    @humbertg.9661 6 месяцев назад

    Thanks a lot for this! Is it possible to use HTML in metaobjects? Cheers!

  • @dynamn
    @dynamn 6 месяцев назад

    Thanks in advance if you can shed some light. We sell car styling kits, hundreds of products but there’re only few styles and colours, while for many different car models.
    Is there a feature within shopify, or an app will let us create individual modules of product description, such as modules for each style description; modules for each colour description; modules for each car models. So we can pre-create all those modules and store in the system. When compose description for a product, we can just select its relevant style module; colour module; and compatible car model module, instead of have to repeatedly write up description for each product. Maybe it’s like metafield with pre-filled contents, not under each product, but store in the system and available for each product to select and utilise.

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  6 месяцев назад

      Sounds like a combination of metaobjects and metafields on the product object might do the trick. If you'd like me to help you set this up. You can book a call with me here: calendly.com/christopherdodd/

  • @gregbrown2819
    @gregbrown2819 Год назад +1

    Very helpful video! It looks like you associated products with the metaobjects of creators in the first part, and then associated creators via metafields in the second part. If you already have the first association, could you pull in the applicable creators onto the product pages without reselecting creators at the product level?

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  Год назад +2

      It depends on what you're able to access via Liquid. I think at this stage, 'referenced_by' is not a field you can access on an object.

  • @jaredingold
    @jaredingold Год назад

    Thanks for making this video! How would you reference a metafield that is referencing a metaobject with "one entry"? I'm assuming we wouldn't need to use the "for" loop if it's not a list of entries

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  Год назад

      Exactly. Not sure what you're struggling with here but I've done this a few times recently. I prefer to build the fields into the section and then use dynamic linking to bring into the metaobject data though, it's a bit more flexible.

  • @Fedgery007
    @Fedgery007 Год назад

    Thank you for this video!

  • @faiqyaseen
    @faiqyaseen 9 дней назад

    thanks

  • @fnelis1
    @fnelis1 6 месяцев назад

    Clear as mud, thx

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  6 месяцев назад

      If you check the other comments, the video seems to helpful to most viewers. If you need clarification on anything let me know.

  • @PurchaseLocallyInc
    @PurchaseLocallyInc Год назад

    Is this same technique the same if we want to call information in from a metaobject inside a metaobject? Example; Metaobject with fields that list business profile data information and in that list is another metaobject list that has contests. This will allow a businesses profile to show contests related to that business. If so, what do you put instead of product.title or product.url? I guess to sum up the question, how do you call metaobject list items that are not products?
    Ps. Your videos are great! Keep it up!

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  Год назад +1

      Interesting question. I haven't tried that yet. I would assume it would just be the same as if you would do from a metafield.

  • @sss-gs4rs
    @sss-gs4rs Год назад

    i want to learn shopify web components

  • @sss-gs4rs
    @sss-gs4rs Год назад

    hi can put your courses in udemy please

    • @CodewithChristheFreelancer
      @CodewithChristheFreelancer  Год назад

      Not considering Udemy at the moment but I am building a self-hosted course at the moment. Will be out later this year.

  • @joyahmed963
    @joyahmed963 Год назад

    Update your course buddy on SS🚀🚀

  • @yasminemaqsood9806
    @yasminemaqsood9806 Год назад

    You doing too much with this code black screen thing i got lost 😂 im mad