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!
Hi @MarioKan !
What theme are you using? Let me know so we can provide a 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!
Would this also work for the Minimal theme? If so, where do insert the code within the form?
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>
Is this possible to ad on a few selected products only?
I am wanting to add this code to my product too but can't work out where to add it to the product.json code? every time I try it says there was an error and can't save it. Can you help at all? Thanks!
User | RANK |
---|---|
214 | |
57 | |
47 | |
32 | |
25 |