My variant prices are not changing and its all of a sudden, i don’t know what exactly is wrong. I set variant sizes with different variant prices. But it only displays the price of the first variant option price which is the cheapest price. Even at check out, it still shows one price. Meaning customers will be charges the cheapest price for the most expensive variant option.
Hi, @Ornella27 !
Thanks for reaching out in our Community Forums and for sharing your concern, I’d be happy to help.
I tested a few products on your store and noticed the issue. To address this, please review the individual product pages in your admin and ensure that the prices are not identical for each variant. You can do this by going to the Products section, scrolling down to the Variants section, clicking on Edit, and then Edit prices to confirm.
If the prices are different on your internal product pages but the issue persists, navigate to Online Store > Themes > Edit code. Scroll down to the Snippets folder, select the price.liquid file, and consider reverting your theme to a previous version. You can roll back individual .liquid files to a time and date before the changes were made.
if target == product and product.price_varies
assign money_price = ‘products.product.price.from_price_html’ | t: price: money_price
endif
-%}
{%- comment -%}
Explanation of description list:
- div.price__regular: Displayed when there are no variants on sale
- div.price__sale: Displayed when a variant is a sale
{%- endcomment -%}
I understand that you have not made any changes to your code and have double checked that your variant prices are all different. It’s possible that a third party app can be at play here, or there could also be several other issues. In order to help you more efficiently, we can access your account and can continue assisting you through the available contact methods in our Help Center. If you see the chat assistant, you can ask to contact support and it’ll guide you with your next steps on how to connect with a team member. Once you get in touch with support, we will be able to take a closer look.