Solved

Can you add notes to each product page on Shopify?

MarioKan
Excursionist
30 1 5

Hi,

I have a flower shop and need  Add Notes To every Product Page so clients can have the possibility of adding their messages.

Any idea on how this can be done?

 

Thanks

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Thanks!

Go to your Online Themes -> Edit -> Edit Code -> product-template.liquid 

And add the following code inside your form element 

 <p class="line-item-property__field">
 <textarea id="add-a-special-note" name="properties[Add A Special Note]" placeholder="Add Special Note..."></textarea>
</p>

 

Let me know if that works!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 13 (13)