Page 12 of 16 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 157
  1. #111
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    880
    Plugin Contributions
    2

    Default Re: Login as Customer module

    cheers for the fast reply Diva, my site is an industrial supplies wholesale type site and i take 70% of orders via phone, so that's why i like the look of this mod.
    Seems ok, i have not been able to recreate the problems some users have listed on this thread...

  2. #112
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,997
    Plugin Contributions
    27

    Default Re: Login as Customer module

    You're very welcome! Glad I could be of some small bit of help..
    Quote Originally Posted by mcshane78 View Post
    cheers for the fast reply Diva, my site is an industrial supplies wholesale type site and i take 70% of orders via phone, so that's why i like the look of this mod.
    Which is precisely why I suggested you give it a go.. When I used it I never experienced any of the issues reported here either.. It worked PERFECTLY for what we needed it for, but I can see how it would be tre useful for a mail order style of business..

    Quote Originally Posted by mcshane78 View Post
    Seems ok, i have not been able to recreate the problems some users have listed on this thread...
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #113
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    880
    Plugin Contributions
    2

    Default Re: Login as Customer module

    hello all...

    can someone tell me the known reasons why this mod is not recommend to be used on a ZC site?

    are there security risks to using this mod?
    any other risks to using this mod etc?

    i have been told that although it is a popular mod, it is recommended against using this mod on a zc site.. but no reasons as why, problems it causes etc...

    someone please advise, as i am in two minds if i should remove this mod from my site...

  4. #114
    Join Date
    Jan 2005
    Posts
    189
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Ok, can someone help me with the merging so that I can use it on 1.3.9? Looks like the admin/customers.php and the includes/functions/password_funcs.php are the only two files that need work as far as I can tell.

    Thanks,
    Marc

  5. #115
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Login as Customer module

    Quote Originally Posted by Shane78 View Post
    hello all...

    can someone tell me the known reasons why this mod is not recommend to be used on a ZC site?
    The issue is that the login credentials are passed in plain text; they're not encrypted. If you scroll to the bottom of the contrib download page there's a brief discussion of this:

    http://www.zen-cart.com/index.php?ma...roducts_id=829

    I personally would prefer to see people use encrypted master password and stop there.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  6. #116
    Join Date
    Jan 2005
    Posts
    189
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Ok, I have this working with 1.3.9d on my local machine using XAMPP but the only problem is that after I go to the admin>customers page and click on the "place order" image it takes me to the "index.php?main_page=login_as_customer" page but none of the customers information is showing. If I click on the "place order" image there it works just fine and logs me in as the customer but I would really like to see that information to be sure that I am not accidentally logging into the wrong account. Could this be just because I am on my local machine or is there a fix that I am unaware of?

    The only other mods installed at this point are cherry_zen template and css flyout menu and everything was working perfectly before I started the login as customer add on.

    Thanks,
    Marc

  7. #117
    Join Date
    Jan 2010
    Posts
    36
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Awesome mod. Thanks so much!

  8. #118
    Join Date
    Oct 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Login as Customer module

    There is a pretty serious issue with this mod.

    If you login as a customer, place an order etc, but forget to logout... then go back into the admin and login as a new customer... It will appear that you are logging in as the new customer (Their details will be displayed on the login page)... but you are actually still logged in as the FIRST customer.

    You can see the problems that this would cause.

    What the script needs to do, is end any active sessions when the address conformation page comes up, that would solve the problem.

    Sorry if this has been mentioned before, I didn't read through the whole thread.

  9. #119
    Join Date
    Oct 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Following on from what I said above... I've just added this code to tpl_login_as_customer_default.php

    It doesn't stop you from logging in as the wrong customer, but at least it gives you a bit more of a warning before you do it.

    PHP Code:
    <?php 

    $cusid 
    $_SESSION['customer_id']; 

    if (
    $cusid){ 
      echo 
    '<div class="messageStackWarning">WARNING you are already logged in as customer: '.$cusid.' - '.$_SESSION['customer_first_name'].' '.$_SESSION['customer_last_name'].' - PLEASE LOG OUT FIRST</div>'


    ?>
    It doesn't really matter where you put it, I added it just above where it says: 'Are you sure you want to log in as'

    If somebody wants to work out how to safely and properly destroy the session instead, that would be much better.

  10. #120
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Login as Customer module

    If you would like to remove this add on how do you go about removing the merged sql file. I don't see any uninstall routine for this patch to the database in the files included in this submission.

 

 
Page 12 of 16 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. v1.3.8a Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 11 Dec 2007, 11:30 PM
  2. *URGENT customer login not working
    By disenorojo in forum Managing Customers and Orders
    Replies: 0
    Last Post: 21 Nov 2006, 11:08 AM
  3. Customer cannot login
    By kay6284 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Nov 2006, 04:54 PM
  4. customer login fails
    By jpscorp in forum General Questions
    Replies: 3
    Last Post: 14 May 2006, 12:49 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
  •