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
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    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!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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. v150 Modify create an account form
    By hoang in forum General Questions
    Replies: 5
    Last Post: 11 Mar 2012, 10:37 PM
  2. Changing Create Account Form
    By jballotti in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 25 Apr 2010, 02:11 AM
  3. Form Validator - Create Account Form
    By ftv in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Feb 2009, 11:19 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR