Why can't I see different product option prices on my current theme?

Hi!

I don’t know what i did, but I don’t see the price of the products, that have a few options with different price.

In the product card everything is ok.

I added the same theme again and it is ok, but i need to continue to work on my current theme. So can you please help me with that? I need price to be here.

https://ecoface-2956.myshopify.com/collections/%D0%BE%D0%B1%D0%BB%D0%B8%D1%87%D1%87%D1%8F

Hi @JuliiaPiletska Please provide store password so can see the site.

owvohl

If you’re not seeing the price of products with different options on your current theme, it’s likely a result of a customization or modification you made to the theme code. To help you troubleshoot and fix the issue, here are a few steps you can follow:

  1. Backup your theme: Before making any changes, create a backup of your current theme files. This will allow you to revert back to the previous state if anything goes wrong.

  2. Check the product template: Locate the product template file in your theme’s code. This file is typically named product.liquid or product-template.liquid. Ensure that the necessary code to display the product price is present in this file.

  3. Verify the price code: Inside the product template, look for the code that displays the price. It is usually denoted by a liquid variable such as {{ product.price }}. Ensure that this variable is correctly placed and not commented out or modified in any way.

  4. Examine any customizations: If you have made any custom modifications to the product template or other relevant theme files, review those changes to see if they might be affecting the display of the price. Consider reverting or adjusting those modifications to ensure the price is being rendered properly.

  5. Test on a different theme: As you mentioned that adding the theme again displayed the price correctly, it’s possible that the issue is specific to your customized theme. You may want to compare the code in the product template of the new theme with your customized theme to identify any discrepancies.

I dont see product liquid or product template liquid.

I have just this. What is match?

What ti do if I didn’t found {{ product.price }}?

What code i need to write and where?