Variant Prices and Add Cart Button

I am having issues with the theme I just bought – I am not to , its a healthcare theme . when I click on variant , the prices do not change and I am unable to add to cart . if someone can help me I would greatly appreciate

prettyminksbeauty.com

the product liquid

{% if settings.product_layout == “default” %}

{% include ‘product-default’ %}

{% elsif settings.product_layout == “grouped” %}

{% include ‘product-grouped’ %}

{% elsif settings.product_layout == “slider” %}

{% include ‘product-slider’ %}

{% elsif settings.product_layout == “gallery” %}

{% include ‘product-gallery’ %}

{% elsif settings.product_layout == “full_with” %}

{% include ‘product-full-width’ %}

{% endif %}

{% if template contains ‘product’ %}

{% if product.description contains 'iframe' %} {% assign src=product.description | split:'<iframe' | last | split:'' | first %} {% endif %}
{% assign variantCount = product.variants | size %} {% if sold_out %} {{ 'products.product.unavailable' | t }} {% else %} {% if variantCount > 1 %} {{ 'products.product.select_options' | t }} {% else %}

<button data-btn-addToCart class=“btn add-to-cart-btn” data-form-id=“#list-product-form-{{ product.id }}” type=“submit” {% if settings.enable_multilang %}data-translate=“products.product.buy_now”{% endif %}>
{{ ‘products.product.buy_now’ | t }}

{% endif %}
{% endif %}

{% section 'someone-purchased' %} {% section 'GDPR-modal' %}

{% if settings.display_sticky %}
{% include ‘sticky-add-to-cart’ %}
{% endif %}

{% endif %}

Hi @KatishaJMarie ,

could you give some more information - what is the theme called exactly and could you provide an example product where this seems to happen?

Also, have you made sure the variants have a different price?

Best

Hi, it is a custom theme created ; I am unable to see the prices for the variant ; it’s not adding to cart , I don’t know what to do. only one price is shown for the different variants – also my shop is prettyminksbeauty.com

Hi @KatishaJMarie ,

especially if it’s custom theme, you should really reach out to the developer. We might be able to give you a few hints, but in the end the code needs to be adjusted and fixed. If you cannot contact the initial developer anymore, another developer will obviously do as well.