We have a few products that are pick your own flavor packs that allow the customer to mix and match the products. Here is an example: https://shop.itsjerkyyall.com/products/3-pack-sampler-special
It works fine, but currently, they can still add to the cart without even picking any flavors. We want to make the custom flavor picking fields mandatory.
Is there something we are missing from the code?
{% else %} {% comment %} If there is no more than one product variant {% endcomment %}
{% endif %}
x
{{ product.selected_or_first_available_variant.price | money }}
=
{{ product.selected_or_first_available_variant.price | money }}