Line Item property information not following to admin

Solved

Line Item property information not following to admin

Pauliina
Tourist
8 1 2

Hello,
Theme Turbo (Out of the Sandbox): I have added the below custom line item property into one of our product pages that uses own theme template. On the theme template I have used Add Custom liquid block to add this code.

CODE:
<p class="line-item-property__field">
<label for="nimi-todistukseen">Nimi todistukseen</label>
<input required class="required" id="nimi-todistukseen" type="text" name="properties[Nimi todistukseen]">
</p>

THE PRODUCT: https://thefinlandshop.fi/products/oma-puu-lahjaksi-metsa-kiittaa

It looks ok on the page, but the information that customer writes in this box is not visible for us in admin. There are two other custom properties on this page (below the mentioned above) and they do not follow either to admin. How can I get this information to follow into admin so that we can see what customer has written into this field?

Thanks, Pauliina

Accepted Solution (1)

MandasaTech
Shopify Partner
723 146 151

This is an accepted solution.

Hello @Pauliina 

You need to add this properties field into the product form.

please check the screenshot

ss.png

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page

View solution in original post

Replies 2 (2)

MandasaTech
Shopify Partner
723 146 151

This is an accepted solution.

Hello @Pauliina 

You need to add this properties field into the product form.

please check the screenshot

ss.png

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page
Pauliina
Tourist
8 1 2

Thank you for your help. It was helpful and I found a video which solved my problem completely.