osCmax v2.5 User Manual
Results 1 to 3 of 3

Post Code not required

This is a discussion on Post Code not required within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, I do not need the Post Code field to be required, as I am based in Ireland and Post ...

      
  1. #1
    Lurker
    Join Date
    Jan 2003
    Posts
    2
    Rep Power
    0


    Default Post Code not required

    Hello,
    I do not need the Post Code field to be required, as I am based in Ireland and Post Codes are only used in some areas. Anybody know how to disable the javascript error for the Post Code field? I know I can change the field definition on the db via phpMyAdmin, but I'm not sure how to get rid of the javascript error message.
    Any help would be greatly appreciated.

    Danny O'Grady

  2. #2
    Member
    Join Date
    Nov 2002
    Location
    Pennsylvania
    Posts
    93
    Rep Power
    0


    Default

    Danny,

    To remove the javascript alert for the Post Code.

    Open 'includes/form_check.js.php'

    around line 111 you will see this:
    Code:
      if (document.account_edit.elements['postcode'].type != "hidden") {
        if (postcode == '' || postcode.length < <?php echo ENTRY_POSTCODE_MIN_LENGTH; ?>) {
          error_message = error_message + "<?php echo JS_POST_CODE; ?>";
          error = 1;
        }
      }
    just remove this section.

    hth
    Mike

  3. #3
    Lurker
    Join Date
    Jan 2003
    Posts
    2
    Rep Power
    0


    Default

    Mike,
    Thank you so much for your help, its well appreciated.

    Regards
    Danny

Similar Threads

  1. Help required - product is a code stored in a database
    By melfalcon15 in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 09-29-2005, 09:33 AM
  2. Please I need help with post install an error
    By MeGaHeRtZ in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 06-26-2003, 09:22 AM
  3. Post Installation Erros
    By harken in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 02-20-2003, 06:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •