diff --git a/htdocs/expedition/mods/methode_expedition_colsui.modules.php b/htdocs/expedition/mods/methode_expedition_colsui.modules.php new file mode 100644 index 00000000000..47ff5a085a2 --- /dev/null +++ b/htdocs/expedition/mods/methode_expedition_colsui.modules.php @@ -0,0 +1,43 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Id$ + * $Source$ + * + */ + +include_once "methode_expedition.modules.php"; + +Class methode_expedition_colsui extends methode_expedition +{ + + Function methode_expedition_colsui($db=0) + { + $this->db = $db; + $this->id = 3; // Do not change this value + $this->code = "COLSUI"; // Do not change this value + $this->name = "Colissimo Suivi"; + $this->description = "Colissimo Suivi"; + } + + Function provider_url_status() + { + return sprintf("http://www.coliposte.net/particulier/suivi_particulier.jsp?colispart=%s",$tracking_number); + } +} + + +?>