Код: Выделить всё
$min_price = $product->get_variation_price( 'min', true ); //I guess this only works for variable products
$min_price = $product->get_price_html(); //Will this guarantee to show the priceof the cheapest variation in a variable product?
$min_price = $product->get_price(); //How about this?
Подробнее здесь: https://stackoverflow.com/questions/574 ... oocommerce