I am working on my client website and need help about variant price, I am not liquid developer but while working on this project getting how know about it, I am customizing product page, in it I want to call variant price and send it for checkout there is already 3 variant made when started on working it and three variants are call like tis [0] , [1], [2] but I have created 4th variant and try [4] but not working, need help as soon as possible.
Before I started the working on it, there is dropdowns which I have hide and call the values from there
Thanks
There is custom code
{% if settings.product-breadcrumbs-show %}
{% include 'snippet-breadcrumbs' %}
{% endif %}
{% comment %}
{{ product.title }}
CUSTOMIZE YOUR OWN BEER BONG Starting at $15.99
{{ product.description }}
{% endcomment %}
{% if collection %}
{% if collection.previous_product or collection.next_product %}