/**
  * Get wholesale PV for the product.
  *
  * @return float
  */
 public function getPvWholesale()
 {
     $result = parent::getPvWholesale();
     return $result;
 }