undefined Zone::get_code

Open to all! Ask other shopowners for help.
Post Reply
Piernas
Member
Posts: 98
Joined: Thu Mar 11, 2021 2:16 am
Phoenix Version:
Has thanked: 2 times
Been thanked: 5 times

undefined Zone::get_code

Post by Piernas »

In admin/includes/functions/general:

Code: Select all

  function tep_get_zone_code($country, $zone, $default_state) {
    return Zone::get_code($zone, $country, $default_state);
  }
Throws an error. I think it should be:

Code: Select all

  function tep_get_zone_code($country, $zone, $default_state) {
    return Zone::fetch_code($zone, $country, $default_state);
  }


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply