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>