Hi admin! I would like to ask you a question. How can I create a box name of customers for printing on the product? Because we have some customers who want to print their name on T-Shirt, Hoodie, Sweatshirt… We should create a box on the website in order to fil in their name. (Like this image)
Hope to the response of the admin.
Hi @DavidChu1
To add a custom section in your product form section, you can use the below
For example, If I wanted to put a text option to put the person’s name, to be carried over to checkout as a field, you complete the below like this.
<p>
<label for="your-name">Your name</label>
<input id="your-name" type="text" name="properties[Your name]">
</p>
Depending on your theme, this is all you need to do, if your theme doesn’t carry over that means you need to alter your cart-template to include the information.
You can do things like, upload images, have dropdown boxes, have radio buttons, checkboxes and more.
1 Like
Hi John. My theme is Dawn 2.0 and it doesn’t seem to be carrying the customer’s custom information over to the cart. Could you please show me how to edit the code for the cart to still have this information? Thank you
Hi…did you manage to get this sorted out?
Im looking for the same information.
Please let me know if you can help me with this?