Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2005
    Posts
    100
    Plugin Contributions
    0

    Default remove some registration fields?

    hi all,

    i just want my customers to put their names and email in the registration boxes..maybe location as well.

    this is for newsletters, product notifications and such.

    at the moment it asks alot of info.

    how do i customise this please?

    Cheers,

    Tim

  2. #2
    Join Date
    Aug 2005
    Posts
    26,051
    Plugin Contributions
    9

    Default Re: remove some registration fields?

    You can search this site using the search box at the top for many of the questions and read the pinned items and the wiki also.

    the settings that can be controlled are in the admin > customer details

    Have Fun...
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Apr 2006
    Location
    Menlo Park, CA
    Posts
    46
    Plugin Contributions
    0

    Default Re: remove some registration fields?

    Quote Originally Posted by kobra
    You can search this site using the search box at the top for many of the questions and read the pinned items and the wiki also.

    the settings that can be controlled are in the admin > customer details

    Have Fun...
    skunkworx --

    The settings that *can't* be "controlled," and need to be hard-modified, are located in (IIRC):

    * includes/languages/english.php
    * includes/modules/create_account.php
    * includes/templates/CUSTOM/templates/tpl_modules_create_account.php
    * includes/templates/CUSTOM/templates/tpl_account_edit_default.php

    Only the last two are amenable to the override system.

    While you're whacking away at the PHP, you might as well hit:

    * admin/customers.php

    ... as well. It's purely cosmetic (you know what fields you're not requiring) but having a bunch of blank fields labeled '* Required' is disconcerting.

    I *think* that's all; corrections welcome, of course.

    Good luck.

    -- Larry

  4. #4
    Join Date
    Jan 2004
    Posts
    58,264
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: remove some registration fields?

    Quote Originally Posted by LEP
    * includes/languages/english.php
    * includes/modules/create_account.php
    * includes/templates/CUSTOM/templates/tpl_modules_create_account.php
    * includes/templates/CUSTOM/templates/tpl_account_edit_default.php

    Only the last two are amenable to the override system.
    Larry, actually ALL those files are "amenable to the override system":

    * includes/languages/CUSTOM/english.php
    * includes/modules/CUSTOM/create_account.php
    * includes/templates/CUSTOM/templates/tpl_modules_create_account.php
    * includes/templates/CUSTOM/templates/tpl_account_edit_default.php
    .

    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.

  5. #5
    Join Date
    Apr 2006
    Location
    Menlo Park, CA
    Posts
    46
    Plugin Contributions
    0

    Default Re: remove some registration fields?

    DrByte --

    By gosh, you're right; I didn't know that. I thought only the stuff in includes/templates could be overwritten. Ya' learn somethin' new every day if you pay attention.

    Tnanks!

    -- Larry

  6. #6
    Join Date
    Mar 2005
    Posts
    100
    Plugin Contributions
    0

    Default Re: remove some registration fields?

    guys...so cool!

    thanks so much...

    im off to do this now.

 

 

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
  •