i make custom collars with text on them, how do i add an area on an order for custom text of what customer wants.
Hi @napptyme
This can be usually accomplished in two ways:
- Apps such as Infinite Options
- Custom code to add line item properties, here’s a tutorial.
If you need further assistance from developers to help you add this feature, feel free to contact us at support@pasilobus.com.
when i check the tutorials link it doesn’t take me to anything
@napptyme Links should be updated and working now.
@juanvisbal is correct infinite options and line item properties are the best ways to do this.
If you aren’t planning on doing anything more in depth than a single custom field, I wouldn’t use an app for this.
-
You’ll have a monthly fee.
-
You’ll need to add code and make a remote request. This can slow down your site.
The line item properties would be a one-time tweak.
Hi @napptyme ,
to add a text field for a customer note, I recommend setting up line item property. Use this line item generator created by Shopify – https://ui-elements-generator.myshopify.com/pages/line-item-property
Choose text-long, name your label, make it required (if needed) and grab your code. Paste it in the product liquid file.
Hope this helps!