on categories we see the price per kilogram for example for a product. It says “from xy€/kg”. But it is not the cheapest kg-price which is shown, it shows the base price for the first product variant. How can I change this?
See screenshot of product in category, with a price from 11,25€/kg and a variant of the product itself where price is 10,31€/kg
In the template I found this file: product-unit-price.liquid
it says: From {{ product_variant.unit_price | money }}
this must be the one to change, but I dont know to what I should change it
To solve the problem I could just change the order of all variants and have the cheapest kg-price as the first variant, but this doesnt make sense, right