How To Add Order Notes For Each Product In WooCommerce

Sdílet
Vložit
  • čas přidán 30. 07. 2024
  • In this video, I'll show you how to allow customers to add notes to products and purchase notes to order.
    Blog post: aovup.com/woocommerce/add-not...
    00:00 Intro
    00:17 Overview
    01:19 How to allow customers to add notes per product
    01:58 Create site backup
    03:06 Where to add code in the theme
    08:19 How to add purchase notes to order
    10:47 Outro
    #woocommerce #wordpress
  • Jak na to + styl

Komentáře • 18

  • @clayt101
    @clayt101 Před 11 měsíci +8

    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

  • @user-bo1qm6kp8d
    @user-bo1qm6kp8d Před rokem +4

    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.

  • @mmor2742
    @mmor2742 Před rokem +3

    But how do we add this only to a specific product? not sitewide :S

  • @jezzalinko
    @jezzalinko Před rokem

    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

  • @amandaho6975
    @amandaho6975 Před rokem +1

    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.

  • @ChristianSkyltbutiken
    @ChristianSkyltbutiken Před 8 měsíci +1

    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

  • @taysbakingblog
    @taysbakingblog Před 3 měsíci +1

    can the notes be optional? Not everyone wants / needs to add a note for my products.

  • @jaredraz
    @jaredraz Před rokem

    helpful, I might use that

  • @snowin5797
    @snowin5797 Před rokem +3

    I want to add the order note for only one variation

    • @IanDouglas
      @IanDouglas Před rokem

      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.

    • @steveroberts9051
      @steveroberts9051 Před 2 měsíci

      I managed to get the code to work with a specific product category but it only works with simple products.

  • @hassanabdullah3680
    @hassanabdullah3680 Před 8 měsíci

    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

    • @steveroberts9828
      @steveroberts9828 Před 3 měsíci

      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

  • @SilvermanMan
    @SilvermanMan Před 9 měsíci

    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?

    • @aovup
      @aovup  Před 9 měsíci

      Are you able to share a screenshot? Usually a tag will help add spacing.

    • @steveroberts9828
      @steveroberts9828 Před 3 měsíci

      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

  • @funonzia
    @funonzia Před 8 měsíci

    display custom field data in order view: doesn't show custom filed

    • @aovup
      @aovup  Před 8 měsíci

      I'll double-check and get back to you, does it show in my video?