public static function convertPriceCurrentToDefaultCurrency($price, $rate = 1) { $price /= $rate; return $price; }