Hey, how can I make it so when someone chooses a variant, the prive changes in the quantity radio
{{ 'product.css' | asset_url | stylesheet_tag }} {% assign productPrice = product.price %}{{ product.title }}
{{ productPrice | money }} {% comment %} {{ product.compare_at_price | money }} {% endcomment %} {% comment %} save {{ product.compare_at_price | minus: productPrice | money }} {% endcomment %}
30 DAYS RETURN
1 YEAR WARRANTY
TENSION RELIEF
CIRCULATION BOOST
RELAXATION AID
PAIN REDUCTION
{% assign myProduct = product %}
{% if myProduct %}
{% comment %} {% endcomment %}
{% assign productTwo = productPrice | times: 1.5 | divided_by: 100 | format: “%.2f” %}
{% assign productTwoCompare = productPrice | times: 0.02 | format: “%.2f” %}
{% assign productFive = productPrice | times: 3.2 | divided_by: 100 | format: “%.2f” %}
{% assign productFiveCompare = productPrice | times: 0.05 | format: “%.2f” %}
Buy 1: K{{ productPrice | money_without_currency }}
Buy 2: K{{ productTwo }} K{{ productTwoCompare }}
save K{{ productTwoCompare | minus: productTwo }}Buy 4: K{{ productFive }} K{{ productFiveCompare }}
save K{{ productFiveCompare | minus: productFive }}{% for variant in product.variants %}
{% for payment_type in enabled_payment_types %}
{{ payment_type | payment_type_svg_tag }}
{% endfor %}
Guaranteed safe & secure checkout
{% else %}Product with key {{ product.key }} not found.
{% endif %}Returns + -
