Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Create An Account Form

    Hi,

    I have a small problem with the form, particularly the Company Details: Company Names.

    Currently I think the character limit (value) is at a maximum of 30, is there anyway into increase that to say, 50?

    Thanks,
    Nick

  2. #2
    Join Date
    Jan 2004
    Posts
    58,289
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Create An Account Form

    Yes - go to Admin->Tools->Install SQL Patch, and paste the following into the box, and click Send:

    Code:
    ALTER TABLE address_book MODIFY entry_company entry_company varchar(64) default NULL;
    ALTER TABLE orders MODIFY customers_company customers_company varchar(64) default NULL;
    ALTER TABLE orders MODIFY delivery_company delivery_company varchar(64) default NULL;
    ALTER TABLE orders MODIFY billing_company billing_company varchar(64) default NULL;


    (Yes, xxxxxx_company is repeated intentionally.)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Create Account overhaul question
    By pointingdevice in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Oct 2007, 07:17 AM
  2. How to order without having to create an account
    By TomsShop in forum Customization from the Admin
    Replies: 3
    Last Post: 15 Mar 2007, 02:12 PM
  3. Replies: 13
    Last Post: 1 Nov 2006, 07:48 AM
  4. Create account security box
    By Darkmuncan in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Aug 2006, 08:15 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
  •