';
// есть скидка
if ($product->enabledVariant->price_old != 0 && $product->enabledVariant->price_old != $product->enabledVariant->price)
{
echo ''.$product->enabledVariant->price_old.' грн. ';
}
echo $product->enabledVariant->price.' грн.