Extra Order Data w/ Shopify Line Item Properties

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

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

  • @WillMisback
    @WillMisback  2 года назад +1

    This tutorial is for DAWN theme, a similar method could be employed for other themes. Please note anywhere you want to display the form element would need the same customization (eg. 'featured-product' section). Styling can be added to the input fields as well to make them look not ugly as well.
    Let me know if you have questions or comments & I will reply as soon as I can!
    My Latest Shopify Tips & Tricks: wmiz.github.io/mastering-shopify

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

    Hi... great video! Is there a way to hide the property.first ( Custom Name: ) on the checkout page? So, it would only have the name ( Carol Smith ) instead of Custom Name: Carol Smith

  • @tedhepenstal5979
    @tedhepenstal5979 3 месяца назад

    Can you please provide the whole liquid code from where the form starts to where it ends in the main-product section? I have used both Dawn and Spotlight and neither have the same code as your video shows. Thanks

  • @psltoddaylive
    @psltoddaylive 2 года назад

    Hi! I have find your code how to show drop down menu on hover. and its working. can you please make a video how to create mega menu without app. Thanks

  • @TB-bz3sh
    @TB-bz3sh Год назад

    Thanks for the video. How could you restrict the input field to a certain amount of letters including spaces?

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

      Try adding a maxlength="#" attribute to the input eg. (

    • @TB-bz3sh
      @TB-bz3sh Год назад

      @@WillMisback Great it works! Thanks so much.

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

    Is this possible to update properties of line items using store-front API or admin API? or can we add properties while creating the draft order using admin API?

  • @jaimesoliz
    @jaimesoliz 2 года назад

    hi, does this only work if the link is above the add cart form?
    i moved it to a different location above the quantity area, but its not working . the text and all that works, but it doesn't show up on the cart.

    • @WillMisback
      @WillMisback  2 года назад +1

      Hi PanTah, this will only work if the input element is a part of the relevant form element

    • @jaimesoliz
      @jaimesoliz 2 года назад

      @@WillMisback hi, so you’re saying the only place the text label can be if above the add to cart? Where it works with the checkout? Is there a way around it?

    • @WillMisback
      @WillMisback  2 года назад

      @@jaimesoliz You could use JS to work around this. I would probably put a hidden element in the form for whatever property & then whenever it is updated elsewhere just make sure the script updates the hidden element's value