This shipping module for the Swiss Post is based on tariff from 01/01/2003.
Only running with the current osCommerce 2.2 MS1.
Supportsite: www.oscommerce.at
Legend: 
Download

Report
Im original werden die Handling kosten 2 mal berechnet.
Mit dieser datei ist diese problehm behoben.
to fix this problem change in chp.php
$this->types = array('ECO' => 'Economy',
'PRI' => 'Priority',
to
$this->types = array('ECO' => 'Economy',
'PRI' => 'Priority');
or download the file i had upload..it is already modified...without other change like the original
Swiss Post Shipping 1.03
Included languages:
en
ita
de
fr
Included last Price-Update (July 2006)
Removed Urgent shipping, but possible to add it because I included the module with it.
Installation:
-------------
- The field configuration_value in the table configuration
must be extendet from varchar(255) to text - execute:
change table configuration modify configuration_value.sql
- Copy
includesmodulesshippingchp.php
and install the contribution
- If you already installed 'Swiss Post Shipping', then
also execute
update prices 0706.sql
to update the prices.
Price-Update (July 2006)
This *patch* changes all the prices to the actual (July 2006) values.
Changed Files:
--------------
includesmodulesshippingchp.php
Changes:
--------
- Changed the prices
- There are now 5+1 zones (no longer 7 [6+1])
- I added the express prices for zone 1 (Switzerland)
Installation:
-------------
- The field configuration_value in the table configuration
must be extendet from varchar(255) to text - execute:
change table configuration modify configuration_value.sql
- Copy
includesmodulesshippingchp.php
and install the contribution
- If you already installed 'Swiss Post Shipping', then
also execute
update prices 0706.sql
to update the prices.
28.7.2006
Thomas Schittli
This contribution works fine with MS2, tested today.
Traduction de swisspost 102 en français.
!!! Achtung: zu 95%er Sicherheit ist dieses Update zum Original von Thomas Plänkers NICHT was Du willst! Der Code ist Pre-Alpha, nicht im osCommerce Style und SEHR
stark auf die Bedürfnisse eines Kunden zugeschnitten. Wenn Du lediglich das Schweizer Post Versandmodul benötigst, installiere NICHT dieses Update, sondern
das Original vom 17.02.2003 (siehe unten)
Diese Update erweitert das Original um folgende Funktionen:
- Jedes Produkt erhält eine Verpackungs-ID
- Paketaufteilungsberechnung erfolgt an Hand der Verpackungs-ID's der Produkte
- Einschreibegebührberechnung erfolgt an Hand der Anzahl der Pakete
Einfach gesagt ermöglicht dieses Modul die Beantwortung der Frage: "Wieviele Pakete brauche ich für die bestellten Waren und wieviel wiegen und kosten diese?"
Ich bin kein PHP-Programmierer und deswegen ist der Code auch mehr als schlecht. Dieses Update ist deswegen veröffentlicht, damit sich vielleicht jemand die Idee schnappt und was Ordentliches draus macht!
This shipping module for the Swiss Post is based on tariff from 01/01/2003.
Only running with the current osCommerce 2.2 MS1.
Supportsite: www.oscommerce.at