/**
  * Get wholesale price for the product (see /option/currency to get wholesale currency).
  *
  * @return float
  */
 public function getPriceWholesale()
 {
     $result = parent::getPriceWholesale();
     return $result;
 }