hey guys,
i wanna add a line item field into my shirtshop for name customization but it seems that the property not appering in my cart for some reason.
I added this custom code:
Name (Bitte vorab "Mit Personalisierung" anwählen)
Link: https://shop.puk-schmiedel.de/products/testproduct
please help 
@marvinsignpoint What did you do and when and where, etc.
Just posting the code by itself doesn’t communicate anything about the surrounding behavior.
Code is still dependent on HOW and WHERE you put that code.
General guess you followed an old vintage tutorial didn’t adapt it for a newer different themes either A)did not put the code with in the products actual tag
or B) are not giving the input a form attribute to associate it to a tag.
So the input doesn’t get submitted because it’s not part of any forms.
Roughly this
should be like this
or
But this will vary WILDLY among themes.
Search the forums for more Origin is a Dawn based themes so lot of overlap on those themes forum posts.
Or see the dawn reference
https://github.com/search?q=repo%3AShopify%2Fdawn%20product_form_id&type=code