Пример #1
0
 public function getFixedCountry()
 {
     $code = EcommerceCountry::get_fixed_country_code();
     if ($code) {
         return EcommerceCountry::find_title($code);
     }
     return "";
 }