1 Attachment(s)
Re: Login as Customer module fails on login page
Quote:
Originally Posted by
swguy
You'll have to work with your developer to review your installation then. It's impossible for me to know what went wrong.
Hi SWguy, I have same problem with this module and ZenCart 1.56. I get a store page that the main section is blank white (header, menu, and column shows) but says "Home::Login As Customer". Interesting also, if I refresh that page I get the red banner attached. Attachment 18234But I wonder if the Master Password module is maybe the root of the problem with version 1.56. I tried to login to my test email address using the master password, which should work on all email addresses, and I get "Error: Sorry, there is no match for that email address and/or password." I also checked my server Error Report and nothing shows up for either module.
Re: Login as Customer module fails on login page
You get the expired message if you try to refresh the storefront page that you get when you press Place Order in admin.
Not sure what you guys are doing wrong. Works fine for me in PHP 5.6 and 7.2 with Zen Cart 1.5.6.
Like I said, you'll have to work with your developer to straighten out what ever is wrong.
Re: Login as Customer module fails on login page
Quote:
Originally Posted by
NDboots
Hi SWguy, I have same problem with this module and ZenCart 1.56. I get a store page that the main section is blank white (header, menu, and column shows) but says "Home::Login As Customer". Interesting also, if I refresh that page I get the red banner attached.
Attachment 18234But I wonder if the Master Password module is maybe the root of the problem with version 1.56. I tried to login to my test email address using the master password, which should work on all email addresses, and I get "Error: Sorry, there is no match for that email address and/or password." I also checked my server Error Report and nothing shows up for either module.
This is exactly what I am getting. Depending on what Webbrowser I use, it either shows the *expired token* message, or just a blank page with no log in at all. I uninstalled are reinstalled it several times because I thought I was doing something wrong, but it's the same each time. On different languages it stops showing the customer names and ID.
Re: Login as Customer module fails on login page
[QUOTE=swguy;1352956]You get the expired message if you try to refresh the storefront page that you get when you press Place Order in admin.
QUOTE]
HI Scot, I don't refresh anything, this is what I get when I click on Place Order. :(
Re: Login as Customer module fails on login page
Quote:
Originally Posted by
Dustie
This is exactly what I am getting. Depending on what Webbrowser I use, it either shows the *expired token* message, or just a blank page with no log in at all. I uninstalled are reinstalled it several times because I thought I was doing something wrong, but it's the same each time. On different languages it stops showing the customer names and ID.
Well, I'm still trying to work out this problem myself. And if the Master Password don't work, for sure the Login as Customer is not going to work either. I just did get my Master Password to work. I went via FTP program and found that even though I reloaded the file 3 times already, it was not the same size file, it was smaller. So I reloaded the file again for a fourth time. Then it showed up the same size. Next I CHMOD the file to 644, even though it said that already. Then I went to my carts home page and hit the login link, in the login window I put my test email address, then stuck in my Master Password, and finally it worked. Make sure you did not load the Master Password file into the Admin area, as it works in the public area. But I still have the same problem with my Login as Customer. So, going to check file sizes and CHMOD on those next.
Re: Login as Customer module [Support Thread]
Okay, I just got it to work with ZenCart 1.56. I reloaded all the files, made sure they were CHMOD to 644. I notice the folder in the public area: includes/function is empty for this module. I think the following might of been the real problem I had though: includes/templates/YOUR_CUSTOM_TEMPLATE/templates/tpl_login_as_customer_default.php I put it here: includes/templates/templates/responsive_classic/templates/tpl_login_as_customer_default.php and I did leave it there as that is the template I'm using. But, as an after thought I put a second copy here and now Login as Customer works: includes/templates/template_default/templates/tpl_login_as_customer_default.php
Re: Login as Customer module [Support Thread]
Quote:
Originally Posted by
NDboots
I think the following might of been the real problem I had though: includes/templates/YOUR_CUSTOM_TEMPLATE/templates/tpl_login_as_customer_default.php I put it here: includes/templates/templates/responsive_classic/templates/tpl_login_as_customer_default.php and I did leave it there as that is the template I'm using.
That *was* in fact the real problem. You put it in
includes/templates/templates/responsive_classic/templates/tpl_login_as_customer_default.php
it should have been in
includes/templates/responsive_classic/templates/tpl_login_as_customer_default.php
Re: Login as Customer module
Hi,
I have installed both the Master Password and Login as customer plugins and ran into a slight problem. I can login using the master password however when logging in with the place order button it says that the credentials are wrong.
I've had a little look and to me it looks like the $pass seems to be looking for MASTER_PASS which does not seem to exist anywhere other than within this module.
Could it be the issues are because the correct admin password is not being passed to the $pass variable?
From memory I think a previous version of master password required the password to be entered within the admin rather than using the Admin account passwords, is it still trying to look for this rather than using the dynamic admin passwords.
Thanks
Re: Login as Customer module
Installed but getting following error when tried to use it. When clicked on Place order button on admin/customers.php It opens new tab and same page with following url
http://www.domain.com/admin/customer...in_as_customer
I have uninstalled and installed it again but running into same issue. Zencart version is 1.5.3.
Re: Login as Customer module fails on login page
Does anyone know when Master Password will be compatible with 1.5.6 so Login as Customer Module can be used with 1.5.6?