Custom text box Sense theme

Ellen_1986
Visitor
2 0 0

I sell a lot of personalized products where clients need to mention the name or text they want on a specific product so I would like to have a custom text box added to some product pages (not all). 

 

I always used the Venture theme and there it was quite easy to insert a code into the product liquid. I also tried it with the Dawn theme (thanks to a Youtube video) but with the Sense theme I'm totally stuck because the codes look totally different and I didn't find any guidelines in the Shopify help pages. 

 

I don't know much about programming so it would be great if someone could tell me in baby language which code I need to add to what liquid. 🙂

 

Thank you in advance! 

Replies 6 (6)
SmallTask
Shopify Partner
973 41 54

Hi @Ellen_1986 ,

 

We can customize the product.liquid code to add the text box field in the product page. Kindly provide your store url.

banned
Ellen_1986
Visitor
2 0 0

Hello @SmallTask 

 

Thank you so much! The store url is www.islam-inspired.myshopify.com or www.islaminspired.com

 
proseandposyco
Visitor
1 0 0

Hello! I'm struggling with the Sense theme to add a custom box on my product pages as well. Please help! Thanks.

Shannalynn01
New Member
4 0 0

Is there anyway you can make this a small feature to the product page? As with Ellen_1986 I have some pre-order products that require customization as well. Currently I am having them leave a note with specification in the checkout comments. However, it would be much nicer to put this in each product that needs it. I did find some code and inserted it, the text box showed up and they were able to put in their customization; however after that it was lost. It never showed up on purchased product or packing slip or anything. 
I feel this is something a lot of clothing places like myself would find very beneficial. I looked into purchasing an app that does this; but I don't have that many products that need to be customized so the monthly fee is just a bad business investment. Thank you in advance for reading this 🙂

Nis007
Visitor
3 0 0

Hi @SmallTask can you share the code update and in which file please? thx a lot for the help

jpack84
Explorer
66 2 23

Also having the same issue on my page.  I would like a separate product theme template created for it, due to not every product will have a personalization box if that makes sense.  the link is luckycactuswholesale.com

This is what i would want added

<p class="line-item-property__field">
<label for="name">Name</label>
<input id="name" type="text" name="properties[Name]">
</p>