Thank you! This tutorial was amazing. I'm setting up my woocommerce shop for my embroidery business and could not figure out how to add a box for customers to personalise their items.
How can I make it so that it will apply to specific products but not to others? Because now, none of the products can be added to the cart when there is no text is entered.
thankyou so much for this and not rushing or skipping over anything im currently setting up my first woo commerce and these basic things are not included for some reason so finding your video has helped me heaps as im selling engraved items so now when they place the order they can include the note with what they want engraved onto the items makes it much nicer and more streamline Thankyou
As some others are saying, how do I exclude a category or a specific product? Could you maybe make an exclude code for that? Really love the code. Thanks
Hi, thank you very much, this code worked perfectly. The only problem is the Text area is connected to other elements in the product page. How to add a space now?
Find the line in the code that starts with 'printf' in the first section // Display custom field on single product page and see the code there. Just add another
yeah I'd like to add it only to a particular category of item, and I'd love to find a way to do this without adding yet another plugin to do these snippets.
I just copy the code from the link and the order could not be placed until I filled in the custom text bar, please let me know how to avoid this limitation of filling the bar to proceed for order, Thanks
Just comment out everything below // validate when add to cart, finishing with the last line of that section add_filter and it won't require the comment field to be filled out
Great video, but I have the same question as others....how to just make it show up on specific products and not all products. Thanks
Thank you! This tutorial was amazing. I'm setting up my woocommerce shop for my embroidery business and could not figure out how to add a box for customers to personalise their items.
How can I make it so that it will apply to specific products but not to others? Because now, none of the products can be added to the cart when there is no text is entered.
thankyou so much for this and not rushing or skipping over anything
im currently setting up my first woo commerce and these basic things are not included for some reason so finding your video has helped me heaps as im selling engraved items so now when they place the order they can include the note with what they want engraved onto the items
makes it much nicer and more streamline
Thankyou
As some others are saying, how do I exclude a category or a specific product? Could you maybe make an exclude code for that? Really love the code. Thanks
can the notes be optional? Not everyone wants / needs to add a note for my products.
But how do we add this only to a specific product? not sitewide :S
Hi, thank you very much, this code worked perfectly. The only problem is the Text area is connected to other elements in the product page. How to add a space now?
Are you able to share a screenshot? Usually a tag will help add spacing.
Find the line in the code that starts with 'printf' in the first section // Display custom field on single product page and see the code there. Just add another
helpful, I might use that
I want to add the order note for only one variation
yeah I'd like to add it only to a particular category of item, and I'd love to find a way to do this without adding yet another plugin to do these snippets.
I managed to get the code to work with a specific product category but it only works with simple products.
I just copy the code from the link and the order could not be placed until I filled in the custom text bar, please let me know how to avoid this limitation of filling the bar to proceed for order, Thanks
Just comment out everything below // validate when add to cart, finishing with the last line of that section add_filter and it won't require the comment field to be filled out
display custom field data in order view: doesn't show custom filed
I'll double-check and get back to you, does it show in my video?