Results 1 to 10 of 22

Hybrid View

  1. #1
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Telephone number gives error when minimum value is any number above zero

    Be sure that each time you change the Minimum Quantity that you refresh the screen before testing the new message ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #2
    Join Date
    Jan 2014
    Location
    Michigan
    Posts
    27
    Plugin Contributions
    0

    Default Re: Telephone number gives error when minimum value is any number above zero

    Quote Originally Posted by Ajeh View Post
    Be sure that each time you change the Minimum Quantity that you refresh the screen before testing the new message ...
    Just tried that and it is still giving me the same error message as before. Is it more likely that the problem is in one of the create account codes? Or a database issue?

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Telephone number gives error when minimum value is any number above zero

    Check your two configure.php files:
    /includes/configure.php
    /your_secret_admin/includes/configure.php

    that they are using the same database information ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Jan 2014
    Location
    Michigan
    Posts
    27
    Plugin Contributions
    0

    Default Re: Telephone number gives error when minimum value is any number above zero

    Quote Originally Posted by Ajeh View Post
    Check your two configure.php files:
    /includes/configure.php
    /your_secret_admin/includes/configure.php

    that they are using the same database information ...
    Yes, both are the same.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Telephone number gives error when minimum value is any number above zero

    As a check, go to phpMyAdmin and search your database in the table:
    configuration

    for the field:
    configuration_key

    for:
    ENTRY_TELEPHONE_MIN_LENGTH

    What does it read?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Jan 2014
    Location
    Michigan
    Posts
    27
    Plugin Contributions
    0

    Default Re: Telephone number gives error when minimum value is any number above zero

    Quote Originally Posted by Ajeh View Post
    As a check, go to phpMyAdmin and search your database in the table:
    configuration

    for the field:
    configuration_key

    for:
    ENTRY_TELEPHONE_MIN_LENGTH

    What does it read?
    ENTRY_TELEPHONE_MIN_LENGTH
    0
    Minimum length of telephone number
    2
    10
    2014-10-07 20:54:58
    2007-06-25 15:00:50

    I currently have it set to zero at the moment.

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Telephone number gives error when minimum value is any number above zero

    If you go to your Zen Cart Admin and to the Tools ... Developers Tool Kit ... and in the bottom input box enter:
    ENTRY_TELEPHONE_NUMBER_ERROR

    and select Catalog then click search ...

    Do all the lines that start with:
    check_input

    Read as:
    Code:
    check_input("telephone", <?php echo ENTRY_TELEPHONE_MIN_LENGTH; ?>, "<?php echo ENTRY_TELEPHONE_NUMBER_ERROR; ?>");
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. telephone number
    By homebrewkits in forum Basic Configuration
    Replies: 1
    Last Post: 22 Feb 2011, 08:23 PM
  2. Telephone Number -FEC
    By yd29999 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 May 2010, 01:25 AM
  3. Replies: 14
    Last Post: 24 Apr 2010, 07:04 AM
  4. show page number links when products over the set maximum value
    By smalllink in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 13 Feb 2010, 07:31 AM
  5. Telephone number formatting
    By t.harrison in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Feb 2008, 04:46 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