Sounds good - that would keep backup files from interfering with the current ones but easily accessible.
Sounds good - that would keep backup files from interfering with the current ones but easily accessible.
I have ZC 1.37
Installed Log in as Customer with Master Pass
all works well up to the point of clicking the "Place Order" button from Admin
I then get the front side page with all the correct information for the customer
I then click place order and I then get the front side page with "Welcome guest" and I am not logged in as the customer
As a side note if I enter the customers id (email address) from the front side log in and enter my "MASTER" password it works as intended.
Basically the Log in as Customer module passes all the correct information from the admin to the Front side place order or cancel order page but does not log in , it simply goes to the Front side "Welcom Guest " page
Any Ideas ?
I installed this mode some time ago and it worked several times when testing. but I tried to log on to demonstrate the feature to an assistant but it didn't work.
I get the following message when I click on "Place an Order":
Code:There was a security error when trying to login.
I really need help with this mod. See my previous post. Can anyone help?
I figured that this problem is caused because admin's HTTP_SERVER uses http://nahidfashions.com and the store uses http://www.nahidfashions.com
So when i click the Place Order button I'm taken to http://nahidfashion.com/boutique
I fixed this by changing customer.php in admin but there has to be a better way.
Any ideas?
I have followed the installation directions and have not been able to get the "add order" button to appear in admin/customers.
I am running 1.3.8a and ran the sql patch from the latest version (2.0) and no luck.
I must be missing something, any ideas where to look?
Thanks,
Patrick
I don't remember all of the installation steps, but the admin/customers.php should have something like the following around line 1170
let me knowCode:// BOF Set variables for login_as_customer module $place_order_button = 'includes/languages/english/images/buttons/button_placeorder.gif'; $login_as_customer = 'index.php?main_page=login_as_customer'; if (ENABLE_SSL_CATALOG == 'true') { $url = HTTPS_SERVER . DIR_WS_HTTPS_CATALOG; } elseif (ENABLE_SSL_CATALOG == 'false') { // SA 04/3/08 added www in front of url because we are coming from admin $url = "http://www.nahidfashions.com" /*HTTP_SERVER*/ . DIR_WS_CATALOG; } $p_url = $url; $p_url .= $login_as_customer; //EOF Setf Variables for login_as_customer module
I had a similar problem and mine was a simple screw up on my part..
The place order image failed to load in the admin ....
admin/includes/languages/english/images/buttons/button_placeorder.gif
after I RE-uploaded it, it showed and worked as it should , probably not the issues in your case but hey,,, we are all human and I just missed it I guess.
I have the same problem, no PlACE ORDER image in the admin, what can we do?????![]()
Problem solved by reloading the module! now works great![]()
Bookmarks