Codice PHP:
if($row_p['price'] == ""){ 
       
$prezzo "vuoto"
  }else{ 
       
$prezzo "€ ".number_format($row_p['price'],0,'','.'); 
 }