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
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
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
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
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?
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 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?
@@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
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
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
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
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
Thanks for the video. How could you restrict the input field to a certain amount of letters including spaces?
Try adding a maxlength="#" attribute to the input eg. (
@@WillMisback Great it works! Thanks so much.
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?
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.
Hi PanTah, this will only work if the input element is a part of the relevant form element
@@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?
@@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