Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Customer Nickname

    Does this check for duplicate nick names??? I am able to create same nick names....

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Customer Nickname

    It probably shouldn't check for duplicates. It's conceivable that a customer may choose to have more than one account with a store (one personal and another business for example) but want to participlate in the associated phpBB forum with a single login.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Customer Nickname

    If I want to check for the dupplicate nick names on Zencart, which file(s) do I need to change?

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Customer Nickname

    I guess that you would build an extra check into modules/create_account.php
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Customer Nickname

    I've never actually used the facility so I'm not sure if this is needed, but you may need to put an additional check into the modules/pages/account_edit/header_php.php file to stop users for editing their nickname to match an existing one after they have created an account.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Customer Nickname

    Quote Originally Posted by kuroi View Post
    I've never actually used the facility so I'm not sure if this is needed, but you may need to put an additional check into the modules/pages/account_edit/header_php.php file to stop users for editing their nickname to match an existing one after they have created an account.
    I was just looking how to prevent users from changing not only nick name, but address info as well ( this will be restricted to users of certain address).
    Can it be done from Admin? If not, how can I change
    <?php echo zen_draw_input_field('nick', $account->fields['customers_nick'], 'id="nickname"') . (zen_not_null(ENTRY_NICK_TEXT) ? '<span class="alert">' . ENTRY_NICK_TEXT . '</span>': ''); ?>

    to be only "display field"?

  7. #7
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Customer Nickname

    Quote Originally Posted by kuroi View Post
    I've never actually used the facility so I'm not sure if this is needed, but you may need to put an additional check into the modules/pages/account_edit/header_php.php file to stop users for editing their nickname to match an existing one after they have created an account.
    Quote Originally Posted by Veronika7747 View Post
    I was just looking how to prevent users from changing not only nick name, but address info as well ( this will be restricted to users of certain address).
    Can it be done from Admin? If not, how can I change
    <?php echo zen_draw_input_field('nick', $account->fields['customers_nick'], 'id="nickname"') . (zen_not_null(ENTRY_NICK_TEXT) ? '<span class="alert">' . ENTRY_NICK_TEXT . '</span>': ''); ?>

    to be only "display field"?
    never mind, I just removed those fields from displaying..that will have to do for now..

 

 

Similar Threads

  1. Need help on customer nickname addon, desperately
    By lina0962 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Jun 2010, 03:41 PM
  2. Customer Nickname issues
    By thebeadyeye in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 3 Jun 2010, 04:23 PM
  3. Ultimate question about Phpbb and customer nickname
    By lina0962 in forum Managing Customers and Orders
    Replies: 0
    Last Post: 3 Jun 2010, 04:00 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