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
Solved! Go to the solution
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!
Cheers!
Yes it works across all themes, you just need to go to your product template file, locate the <form> tag and add the code after the tag and before its closing tag </form>
User | Count |
---|---|
443 | |
192 | |
139 | |
60 | |
42 |