Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    60
    Plugin Contributions
    0

    Default Making change to that postal code not required

    Hi guys,

    I thought it would be pretty simple, just go into Min Values and make Postal Code 0. However, that does not work. Making it zero or blank still makes the postal code a required field with an asterisks next to it.

    I can go in the code and make the change but was hoping for some guidance to see if there was an easier way.

    Thanks.

  2. #2
    Join Date
    Oct 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: Making change to that postal code not required

    Found the answer... Posting here for those who might end up at this thread. There is no easy way to switch of postal code. So you have to modify the template. The best way to do that is using override system

    For anyone interested, you need to comment out the following lines in includes\modules\[YOURCUSTOMTEMPLATE]\create_account.php (line 187):

    if (strlen($postcode) < ENTRY_POSTCODE_MIN_LENGTH) {
    $error = true;

    $messageStack->add('create_account', ENTRY_POST_CODE_ERROR);
    }

 

 

Similar Threads

  1. Making postal code NOT REQUIRED
    By mamashop in forum Customization from the Admin
    Replies: 6
    Last Post: 19 May 2011, 08:00 AM
  2. Date of Birth is required?!? How can I change that?
    By John Vieth in forum General Questions
    Replies: 12
    Last Post: 10 Dec 2010, 06:28 PM
  3. change post code to not-required
    By tobindonal in forum General Questions
    Replies: 0
    Last Post: 2 Nov 2010, 03:12 AM
  4. Making a change to a banner image that doesnt change the layout of all other banners
    By nholdstock in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Sep 2008, 03:37 PM
  5. How to make postal codes not required?
    By Kruna in forum General Questions
    Replies: 3
    Last Post: 31 Jan 2007, 03:24 PM

Posting Permissions

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