When I click in one of the variants the text of price duplicate

When I click in one of the variants the text of price duplicate

Abdallahsherif
Shopify Partner
35 1 5

hi,

i am using infinit shopify theme but i have a problem, When I click in one of the variants the text of price duplicate

how to solve it ?

variant problem.PNG

https://amore-gelpolish.com/products/professional-nail-drill-machine-electric-nail-file-for-acrylic-...

Replies 2 (2)
Abdallahsherif
Shopify Partner
35 1 5

not found

this is product.liquid  code 

{% comment %}
The contents of the product.liquid template can be found in /sections/product-template.liquid
{% endcomment %}
<div class="container">
{%- case settings.displayProductPageStyle -%}
{%- when '01' -%}
<div class="product-template-style01">
{% section 'product-template-style01' %}
{% comment %}{% section 'product-template-style01' %}{% endcomment %}
</div>
{%- when '02' -%}
<div class="product-template-style02">
{% section 'product-template-style02' %}
</div>
{%- when '03' -%}
<div class="product-template-style03">
{% section 'product-template-style03' %}
</div>
{%- when '04' -%}
<div class="product-template-style04">
{% section 'product-template-style04' %}
</div>
{%- endcase -%}
</div>

<div id='Areviewsapp' class='page-full'>{% render 'aliexpress_reviews' , product: product %}</div>
<div style="clear:both;"></div><div id="opinew-reviews-product-page-code" class="opw-widget-wrapper-default">
<span id="opinew-plugin" data-server-address="https://api.opinew.com" data-opw-prodreviews="{{ product.metafields.opinew_metafields['product_plugin'] }}" data-opinew-shop-id="{{ shop.id }}" data-shop-url="{{shop.domain}}" data-platform-product-id="{{product.id}}">
<span id="opinew_product_plugin_app"></span>
</span></div>

Fauna
Visitor
1 0 0

Friend, can you explain better what you mean by this code?

I have the same problem with the price doubling when I click on color or size, same infinit theme.

I've been looking for a solution but haven't found it yet, please help me find it. Thank you very much!