I have a product (actually a service) that needs a little more information, such as allowing the customer to list the occasion or event they’re booking for. I need to add this right below the variants, just before the booking/checkout buttons, and have it shown in the cart. This would be an optional field. How can I achieve this? Here is the product page that needs it, it already has a custom liquid template:
@Ehsan_Khakbaz that’s actually the same instructional that I tried already; it worked, but not in the right position. It also wouldn’t show in the cart.
@Ehsan_Khakbaz I found my mistake, I had to place the code into a different liquid file instead of what the tutorial advised. For me it was the product-form liquid. Thank you for your help!