A space to discuss online store customization, theme development, and Liquid templating.
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
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?
Solved! Go to the solution
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>
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>