Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    Default Phone number not required for account creation

    I have set the minimum value to 0 to make it not required during account set up. However, the required asterisk indication still appears. Is there a way to remove that through the admin or do I need to manually remove it from the template?

    To be clear, I want to display the field but not have it be required. The functionality for this is working fine. It's just the asterisk I want to remove.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,976
    Plugin Contributions
    96

    Default Re: Phone number not required for account creation

    The "required" asterisks won't go away without editing a language file (/includes/languages/YOUR_TEMPLATE/english.php); if that file doesn't exist, you'll copy /includes/languages/english.php to that directory and make your edits there. You'll need to change
    Code:
     define('ENTRY_TELEPHONE_NUMBER_TEXT', '*');
    to
    Code:
     define('ENTRY_TELEPHONE_NUMBER_TEXT', '');
    If you're feeling industrious, you could also give a try to the code change I proposed here: http://www.zen-cart.com/showthread.p...required-flags. The most recent code is in the last post of that thread.

  3. #3
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    Default Re: Phone number not required for account creation

    Thank you! I knew I had done this before on another store but it was so long ago I forgot how I got to it.

 

 

Similar Threads

  1. Can I make Customer Details NOT Required during account creation?
    By EatStayPlay in forum Managing Customers and Orders
    Replies: 3
    Last Post: 30 Jul 2011, 10:50 AM
  2. Account holder's phone number not picked up by PayPal Express
    By lat9 in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 19 Oct 2010, 06:26 AM
  3. Required Fields For Account Creation
    By kwarner in forum Customization from the Admin
    Replies: 2
    Last Post: 4 Dec 2008, 06:45 PM
  4. Make Phone Number NOT required
    By LilleyPadGifts in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Mar 2007, 04:29 AM

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