Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Get customization information for products OS 2.0

Solved

Get customization information for products OS 2.0

hasankala
Visitor
2 1 0

I need window like this to get detailed customization information about product from customer.

Can you describe how to do it in OS 2.0?

Screenshot_1.png

Accepted Solution (1)

hasankala
Visitor
2 1 0

This is an accepted solution.

Find the main-product.liquid page

I placed this code on the submit element.

  <!- müşteri özel istek yeri ->
                  <p class="line-item-property__field">
                    <textarea id="description" name="properties[Description]">You can write a description about the product details.</textarea>
				</p>

View solution in original post

Reply 1 (1)

hasankala
Visitor
2 1 0

This is an accepted solution.

Find the main-product.liquid page

I placed this code on the submit element.

  <!- müşteri özel istek yeri ->
                  <p class="line-item-property__field">
                    <textarea id="description" name="properties[Description]">You can write a description about the product details.</textarea>
				</p>