Is there a simple way to add customer notes on product pages?

I would need this feature also

Thanks!

1 Like

I switched over from Etsy and I really miss this option PLSSSSS

We would also greatly benefit from a product page-specific customer notes field. Can you please add my name to the list as well? Any updates on this?

Thank you so much!

1 Like

I would definitely like to be added as well

Please Add me to the list as well!

I’m not sure whether this solves your problem, but it’s worth a try:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Sections > product-template.liquid
    3.a. Paste the code below (found on step 3.b) wherever you prefer. On the Debut theme, I have pasted it above the ATC button.

To find the ATC button, you typically want to search for “submit” (with the quotes included). In some themes it can also be in a different file.

3.a. Here is the code you need to paste above the button:


              
              

              
			

The value 20px is the bottom spacing, you can adjust it to your liking.

Here is a live demo of how the end result looks like.

I’m not sure whether this is what you guys are looking for but I hope it helps.

Kind regards,
Diego

7 Likes

THANK YOU VERY MUCH, IT WORKS PERFECT

Although I am using a Brooklyn theme, I could add the text box and adjust the size of it on the product page (As I couldn’t find ‘submit’ I have added the codes after the ‘quantity’)

Best Regards

Nael

1 Like

Hi there, thanks for sharing this. It doesn’t seem to be working for our theme. We’re using Prestige. Any idea how to add this on this theme? We followed the steps you’ve outlined here, but the box doesn’t appear anywhere. Your help would very much be appreciated. Thanks.

Personalization is in high demand adding a title and box to type a note for a product should be standard issue for any theme. Please add my name to the list.

1 Like

Thank you so much for this solution!

This worked for me and I was able to create an alternate product template with a notes field.

My question is what happens to the note after the order is placed? I ran a test order with notes added to the new field and the note did not appear in the order.

1 Like

Where do the notes go?

LEGEND, works perfectly on debut theme. If you want to add the note field to only specific products you can use this:

{% if product.handle == 'my-super-product' %}
... add the bits of customizations ...
{% endif %}

Also you can make as many as you can making sure that you edit the code accordingly.

The notes will appear in the order under the specific product

1 Like

I have a shop where I offer customizations, can you please add me to the list as well. It would make taking custom orders so much easier. I am not good with coding.

1 Like

Add me too please! My items have 45 different variations, I need a little box for customer notes.

Has this been updated yet? I also need this option on my products for customization. It’s been almost two years and lots of people requesting !

1 Like

Hi there! I successfully added it, but did someone find out where the note goes? There is nothing in the order? Where does it go?

Also wondering the same… Its been 2 years since this question was asked and I as well need the option to add a text box under some of the products. I tried messing with some of the code before but got pretty confused. An app is not currently in the budget right now.

Thanks for all of the help!

1 Like

Add me to that list please !!

Add me too, please! Just don’t want to buy an expensive plugin for this simple feature :sob:

Hey this works great thank you! Is there a way to turn it on for some products and off for others? Thanks so much!