Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pauli

Archived
  • Posts

    2
  • Joined

  • Last visited

Profile Information

Pauli's Achievements

  1. Please delete IL (Israel) from this line: if ($i == 2) { $default_countries = 'AT,BE,FR,GB,DE,IE,IT,LU,MC,NL,DK,ES,SE,FI,PT,IL,GR'; so it would be: if ($i == 2) { $default_countries = 'AT,BE,FR,GB,DE,IE,IT,LU,MC,NL,DK,ES,SE,FI,PT,GR';
  2. Thanks for your tip! I managed to change it to 4 zones, which are used in the Netherlands (2003 Prices). The changes: $this->num_zones = 4; and: $default_countries = 'NL'; $shipping_table = '5.00:5.50,10.00:7.25,20.00:10.12,30.00:12.20'; } if ($i == 2) { $default_countries = 'AT,BE,FR,GB,DE,IE,IT,LU,MC,NL,DK,ES,SE,FI,PT,IL,GR'; $shipping_table = '0.25:3.00,0.50:5.00,1.00:8.00,20.00:10.50,5.00:18.50,10.00:25.50,15.00:32.50,20. 00:39.00'; } if ($i == 3) { $default_countries = 'AL,AD,BA,BG,CY,EE,FO,GI,GL,HU,YU,HR,LV,LI,LT,MK,MT,MD,NO,UA,PL,RO,RU,SM,SI,SK,CZ ,TR,VA,BY,IS,CH'; $shipping_table = '0.25:3.00,0.50:5.00,1.00:8.00,2.00:10.50,5.00:20.00,10.00:28.00,15.00:37.00,20.0 0:43.00'; } if ($i == 4) { $default_countries = 'Others'; // this must be the lastest zone $shipping_table = '0.25:5.00,0.50:10.00,1.00:18.00,2.00:21.00,5.00:27.00,10.00:48.00,15.00:80.00,20 .00:105.00'; } Zone 2 are countries in the Europian Union (EU). Zone 3 are countries in Europe but not in EU.
×
×
  • Create New...