Page 9 of 25 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 241
  1. #81
    Join Date
    May 2004
    Posts
    101
    Plugin Contributions
    0

    Default Re: Login as Customer module

    The state is not displaying on the tpl_login_as_customer_default.php file. The state tag being used on that page is

    Code:
    <? echo $c_state; ?>
    I am guessing that the state tag is not correct and would like help with the correct state tag for ZC 1.3.8.
    -Jeff
    ----------------------------

  2. #82
    Join Date
    Jan 2007
    Posts
    6
    Plugin Contributions
    0

    Default Merged with Customer Tax Exempt

    I liked your mod alot, thanks, I instsalled the 1.3.8 version without master password. Only problem was it removed from Admin/ customers.php the changes made by the Customer Tax Exempt mod. So I had to Win-merge the two. It works on my machine, but this is THE FIRST mod I've modified.... So could someone with some rank please check this before someone else tries to use it/
    Attached Files Attached Files

  3. #83
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Quote Originally Posted by sanji View Post
    I click on "Place Order" : I arrive on index.php?main_page=login
    and the form is completely empty.

    But once I fill the email and password, I arrive on the customer welcome page, with the following text : "Are you sure you want to log in as:" !!




    This is exactly the same problem I get...


    sanji
    I was getting the same thing and seemed to solve the problem by using the full syntax for php in the i.e. <?php not just <?

    This might help

  4. #84
    Join Date
    Sep 2008
    Location
    California
    Posts
    40
    Plugin Contributions
    0

    Default Re: Login as Customer module

    I have installed 'Admin Login as Customer" v2.1 onto my 1.3.8a Zen Cart. The installation appeared to go smooth without complications. I did the SQL Patch first, then renamed the template file and uploaded as instructed...

    When I login as 'admin' and go to Customer module, I see the PLACE ORDER button as expected. However, when I click it, I get a new front page that is blank.

    If I click on 'Login " in the header it takes me to the login page. If I manually enter their e-mail account and the master password, I am logged in as that customer.

    From reading the support threads, I assumed that this would open the new page with the customer e-mail entered so only the master password would have to be entered. Am I mistaken?

    Thanks!
    Jim
    Last edited by waytoolate; 28 Nov 2008 at 10:24 PM. Reason: typo

  5. #85
    Join Date
    Dec 2008
    Posts
    1
    Plugin Contributions
    0

    help question Re: Login as Customer module

    Ok, I can't get anything to show up, so please tell me what I am doing wrong. I added the sql patch and uploaded the new catalog file into my root installation folder. I don't see any login buttons for customers??? I thought there was supposed to be a button under the customer category, so what am I doing wrong here. I can generally figure these things out, but this one is eluding me.

  6. #86
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Login as Customer module

    I get this when i selected a customer and click place order

    Are you sure you want to log in as:
    First Name: Last Name:
    Company Name:
    Mailing Address:
    City: State: Zip Code::
    Telephone:
    Email Address:


    All of i t is blank Then i click place order and get There was a security error when trying to login.

  7. #87
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login as Customer module

    Great mod!!! Saved my bacon I tell ya!!! My client's site had a glitch where PayPal IPN was not completing orders.. So we would get the payment in PayPal, but the order was still sitting in the customers shopping cart.. This mod allowed me to recover those orders by logging in and completing the checkout process so we at least had an order to apply the PayPal payment against.. (We use Super orders for order management, and it supports manual payment entries) I shudder to think what we would have had to do to make this happen if I hadn't decided to download and install this little gem of an add-on..

  8. #88
    Join Date
    Nov 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Hi, I've been right through this section of the forum before posting this, I apologize if it is something simple I have missed but I just can't get this to work.

    I have Zencart 1.3.8a installed, I have installed the Login as customer module. At first I installed without the Master Password, later I ran the SQL patch then as it still wouldnt work I read this forum. The latest is I copied the 2.0 version of this module including the master password option.

    The file downloaded is admin_login_as_customer_v2-1 however when opened it contains alac 2.0

    The master password is available and I can change it in the Config/MyStore. The button appears to Place Order when I go to the customers account. The page opens https://xxxxxxxxxx.com/cart/index.ph...in_as_customer

    When I click place order I only get the message.

    Error: Sorry, there is no match for that email address and/or password.

    The page shown is https://xxxxxxxxxxx.com/cart/index.p...action=process

    Any suggestions....please!

  9. #89
    Join Date
    Jun 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Quote Originally Posted by CnTGifts View Post
    I get this when i selected a customer and click place order

    Are you sure you want to log in as:
    First Name: Last Name:
    Company Name:
    Mailing Address:
    City: State: Zip Code::
    Telephone:
    Email Address:


    All of i t is blank Then i click place order and get There was a security error when trying to login.
    I am getting the same thing. Did you get it fixed?

  10. #90
    Join Date
    Jun 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Login as Customer module

    So I've been working on this issue of no customer info showing :

    First Name: Last Name:
    Company Name:
    Street Address:
    City: State/Province: Post/Zip Code::
    Telephone:
    Email Address:

    ...on the /login_as_customer.html page. I am not a php programmer (or I would probably have this figured out by now), but where are these variables getting created:


    $email = $_POST['email_addr'];
    $pass = $_POST['password'];
    $first_name = $_POST['firstname'];
    $last_name = $_POST['lastname'];
    $c_company = $_POST['company'];
    $c_id = $_POST['cid'];
    $c_address = $_POST['address'];
    $c_city = $_POST['city'];
    $c_state = $_POST['cstate'];
    $c_zipcode = $_POST['zipcode'];
    $c_telephone = $_POST['phone'];
    $url = $_POST['s_url'];

    There just not getting passed to this page. Am I missing an include file or something? I assumed the variables were defined on the customers.php page, but I can't seem to tweak it to work.

 

 
Page 9 of 25 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2237
    Last Post: 9 May 2025, 03:20 AM
  2. v150 Admin New Customer [Support Thread]
    By lhungil in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 4 Nov 2016, 06:20 AM
  3. v150 Minimum Customer Account Information - Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 87
    Last Post: 30 Nov 2015, 04:00 PM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 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