Adding custom properties to Shopify products (theme development)

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • In this video we learn all about Shopify custom product properties.
    Starting code - github.com/Cod...
    Finished code - github.com/Cod...

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

  • @mirco_martin
    @mirco_martin Год назад +5

    Robby, I would like a video about engraving gift, for example if you check the property engraving add 20 dollars to the product.

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

    THANK YOU AND I LOVE YOU. I've been stuck on this and went through multiple videos and code sites before I reached this video. It took me hoursss. I'm not really a coding expert, but I'm learning! Again, thank you! And just subbed!

  • @RobertThomasrob_thomasa10
    @RobertThomasrob_thomasa10 Год назад +5

    Robby do you have a full course on Shopify Dev?

  • @niquessocrafty
    @niquessocrafty 5 месяцев назад

    Thank you so much for the information. I really appreciate you responding to my inquiry 😊

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

    Thanks for the video! I've been wanting to do this forever except for table items. I want to be able to select true/false for properties listed in a table. For instance, have a table with Size, Dimensions, Weight, Height, etc. but be able to toggle them on or off per product and change their values as well on the Edit Product page. Would love to learn how to do this! Thanks for the vids.

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

    This could be the solution to my problem, although I wonder where I ensure that the data the customer entered will be displayed in the order backend?
    I had a similar approach with a product where I added custom properties. And it seemed to work when the customer ordered that product, but when using it in a bundle, the data was lost. So for every order of a bundle, I had to manually ask the customers what choice they made for that property 🙈

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

    Thanks a ton, it's a game changer! Where the property the client typed will be visible in order page? Thanks

  • @user-qb6es6kv3o
    @user-qb6es6kv3o Год назад

    thanks a lot for the tutorial :)

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

    Love it 🎉

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

    Hi I just want to ask if this is also applicable for custom pages? or can you make a video on how to set a product for custom pages?
    I'm just not sure if the shopify understands which product to put the properties if I'm using a custom page instead of a product page.

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

    I want to add product variant swatches as products on a single product page. for example, if I click on color RED swatch its redirects me to Red Product. Also I add all variant product from metafields dynamically

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

    could you possibly do a video on a two tiered drop down menu on shopify

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

    Hello Roby!! How to add a value in the product if the properties are filled

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

    this attribute send in webhook order?

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

    Thanks for the video, i have a question: if I already have 1 variant with custom properties value, eq: properties[test] = 1, then I add same variant but different custom properties value, eq: properties[test] = 2, cart will update exist variant(update value of custom properties form 1 to 2) or create new line item(1 line item has custom properties[test]=1 and another line item with custom properties[test]=2)

  • @SIDDHANTJAIN-tx7bo
    @SIDDHANTJAIN-tx7bo 11 месяцев назад

    is there a way that i can charge the customer if he is customising his product

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

    Thank you

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

    Is there a way to add a discount to a product based on his property value?

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

      Nope, unfortunately this is really just for extra data that doesn’t effect price

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

    Awesome but you are very fast kindly explain more in your video

  • @saShaheer
    @saShaheer 11 месяцев назад

    Okay so I have a question, on the latest version we don't have the form in main-product.liquid but there's one in buy-button.liquid and I added my drop-down there and it works perfectly I didn't even have to fix cart but the placement is a problem, it comes up under quantity and I can't figure out how to move my above that, basically under the variant section. I don't know much about code but I'm generally able to get it done with some help. So can anyone tell me how do I sort it above the quantity section.