Results 1 to 10 of 241

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Login as Customer module

    <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')) . zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Login as Customer module

    Right, that's the real answer to the problem! :-)

  3. #3
    Join Date
    Jan 2005
    Posts
    153
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Not working for me...

    I changed

    Code:
    <div align="center"><form target="_blank" name="login" action="' . $login_as_customer . '" method="post">
    <input type="hidden" name="firstname" id="firstname" value="' . $c_firstname . '">
    <input type="hidden" name="lastname" id="lastname" value="' . $c_lastname . '">
    <input type="hidden" name="email_addr" id="login-email-address" value="' . $email_address . '">
    <input type="hidden" name="password" id="login-password" value="' . $pass . '">
    <input type="image" src="' . $place_order_button . '">
    </form></div>
    to


    Code:
    <div align="center"><form target="_blank" name="login" action="' . $login_as_customer . '" method="post">
    <input type="hidden" name="firstname" id="firstname" value="' . $c_firstname . '">
    <input type="hidden" name="lastname" id="lastname" value="' . $c_lastname . '">
    <input type="hidden" name="email_addr" id="login-email-address" value="' . $email_address . '">
    <input type="hidden" name="password" id="login-password" value="' . $pass . '">
    <input type="hidden" name="securityToken" id="securityToken" value="' . $_SESSION['securityToken'] . '">
    <input type="image" src="' . $place_order_button . '">
    </form></div>
    But still get the same problem...

    Any idea?

    sanji

 

 

Similar Threads

  1. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2246
    Last Post: 29 Dec 2025, 10:13 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

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