Hello!
I am using the theme Prestige and I have very limited coding knowledge, but I’m trying to create a product form with detailed product options to receive custom orders. This is the code with an example option I’ve inserted into the main-product.liquid:
{% if product.template_suffix == ‘custom-products’ %}
bralette colour
{% endif %}and the option does show up in the product form but will not list/indicate what was inputted/selected in the cart.
I’m wondering if there’s additional code I have to include to make this work or if there’s a better method I could look into?
Any feedback would be really appreciated!
