Hi! As you can see in attached screenshot when I create a variation product, in the category page, the lowest and the highest prices are shown for the product. But I would like to show only the lowest price. Is it possible?
I have a lot of variation products on the website and it is important for me to show their lowest price in the category page. If it is not possible due to the theme of my website and you have a CSS code for that, would you send it to me? In case you guide me where I should add the code, I can add it by myself.
Hi! As you can see in attached screenshot when I create a variation product, in the category page, the lowest and the highest prices are shown for the product. But I would like to show only the lowest price. Is it possible?
I have a lot of variation products on the website and it is important for me to show their lowest price in the category page. If it is not possible due to the theme of my website and you have a CSS code for that, would you send it to me? In case you guide me where I should add the code, I can add it by myself.
Many thanks.
Uğur
Hi Ügur,
Sure that is possible, you can achieve this by adding this code in functions.php:
This will return the minimum price of variation. I have tested and it worked.