public function getPriceValue($value, $type)
 {
     if (is_null($value) || $value === '') {
         $value = 0;
     }
     return parent::getPriceValue($value, $type);
 }