Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sebaks_31

Archived
  • Posts

    5
  • Joined

  • Last visited

Everything posted by sebaks_31

  1. hi, great contribution really - just installed it and it works fine - but i would like to know if there is a possibility just like with the ordinary ZONE RATES that if a country is not in any GEOZONE then the checkout process cannot be continued. now if somebody has a shipping address that is not in any geozone, no shipping fee will be charged and he can continue checking out. in Zone Rate Module in this case it says "NO SHIPPING TO THIS COUNTRY IS OFFERED" or something like this....... of course i can create a geozone with rest of the world but i just dont like to send my products to the rest of the world. thanx a lot in advance as i dont want to delete all this nice countries from my database (maybe they will serve me a day) bye sebs
  2. sorry i posted this question on the wrong place - but i dont know how to delete it? any idea?? martin
  3. hi, i am little bit of confused - installed the contrib today and it works fine - just at the address_book_process.php page when changing to anohter country with provinces there is this enoying javascript error saying: can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. - error is at line 144. somewhere here if ($error == false) { $sql_data_array = array('entry_firstname' => $firstname, 'entry_lastname' => $lastname, 'entry_street_address' => $street_address, 'entry_postcode' => $postcode, 'entry_city' => $city, 'entry_country_id' => (int)$country); if (ACCOUNT_GENDER == 'true') $sql_data_array['entry_gender'] = $gender; if (ACCOUNT_COMPANY == 'true') $sql_data_array['entry_company'] = $company; if (ACCOUNT_SUBURB == 'true') $sql_data_array['entry_suburb'] = $suburb; if (ACCOUNT_STATE == 'true') { if ($zone_id > 0) { $sql_data_array['entry_zone_id'] = (int)$zone_id; $sql_data_array['entry_state'] = ''; } else { $sql_data_array['entry_zone_id'] = '0'; $sql_data_array['entry_state'] = $state; } } THE STRANGE THING ABOUT THAT - in firefox 1.0 no error is detected by the javascript console. error doesnt jump up when chaning to a country without provinces ANYBODY HAS AN IDEA? the contribution is really great !!!! thanx for any help martin
  4. hi, i am little bit of confused - installed the contrib today and it works fine - just at the address_book_process.php page when changing to anohter country with provinces there is this enoying javascript error saying: can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. - error is at line 144. somewhere here if ($error == false) { $sql_data_array = array('entry_firstname' => $firstname, 'entry_lastname' => $lastname, 'entry_street_address' => $street_address, 'entry_postcode' => $postcode, 'entry_city' => $city, 'entry_country_id' => (int)$country); if (ACCOUNT_GENDER == 'true') $sql_data_array['entry_gender'] = $gender; if (ACCOUNT_COMPANY == 'true') $sql_data_array['entry_company'] = $company; if (ACCOUNT_SUBURB == 'true') $sql_data_array['entry_suburb'] = $suburb; if (ACCOUNT_STATE == 'true') { if ($zone_id > 0) { $sql_data_array['entry_zone_id'] = (int)$zone_id; $sql_data_array['entry_state'] = ''; } else { $sql_data_array['entry_zone_id'] = '0'; $sql_data_array['entry_state'] = $state; } } THE STRANGE THING ABOUT THAT - in firefox 1.0 no error is detected by the javascript console. error doesnt jump up when chaning to a country without provinces ANYBODY HAS AN IDEA? the contribution is really great !!!! thanx for any help martin
×
×
  • Create New...