v1.6-v1.7 Prestashop Log in as customer

dog2021

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 3, 2021
Messages
97
Reaction score
2,132
Points
83
NullCash
11,687
With this PrestaShop module you can log in as a customer directly from your back office "Customers" list section. Addon creates additional button on customer list section, after clicking on this button module will log you as a customer and redirect you to shop front office section.

Prestashop Log in as customer​

This is great improvement and usability tool for shop administration purposes. With this PrestaShop addon you can log in as a customer directly from "customers list" (back office section). This addon creates additional column on customers list that contains log in button. After clicking on this button you will be logged in as a customer and automatically redirected to shop front office.



Feature to log in from abandoned carts

Module has feature to log in as customer from "abandoned" carts section. Moreover - module will load abandoned cart. It is just enoguh to go to customers > abandoned cart secton and hit "log in" button near the cart. Module will log in as a customer and load cicked cart.
 

Attachments

  • lac16.zip
    26.6 KB · Views: 10
  • lac17.zip
    26.8 KB · Views: 15

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,510
Reaction score
407
Points
83
NullCash
14
Demo link and version?
 

x50902Ty

Active member
Elite
XNullUser
Joined
Mar 21, 2021
Messages
900
Reaction score
177
Points
43
NullCash
209
no version nubmer?who can download it and test?
 

jarom

Well-known member
Master
Diamond
Elite
Joined
Jan 19, 2020
Messages
936
Reaction score
2,446
Points
93
NullCash
17,412
With this PrestaShop module you can log in as a customer directly from your back office "Customers" list section. Addon creates additional button on customer list section, after clicking on this button module will log you as a customer and redirect you to shop front office section.

Prestashop Log in as customer​

This is great improvement and usability tool for shop administration purposes. With this PrestaShop addon you can log in as a customer directly from "customers list" (back office section). This addon creates additional column on customers list that contains log in button. After clicking on this button you will be logged in as a customer and automatically redirected to shop front office.



Feature to log in from abandoned carts

Module has feature to log in as customer from "abandoned" carts section. Moreover - module will load abandoned cart. It is just enoguh to go to customers > abandoned cart secton and hit "log in" button near the cart. Module will log in as a customer and load cicked cart.
Version of the module?
And put the module link also nest time
 

Rockyfeller

Well-known member
Master
Diamond
Elite
Joined
Feb 18, 2019
Messages
370
Reaction score
2,353
Points
93
NullCash
11,971
public function __construct()
{
$this->name = 'lac';
$this->tab = 'administration';
$this->author = 'MyPresta.eu';
$this->version = '1.8.1';
$this->bootstrap = true;
$this->mypresta_link = 'https://mypresta.eu/modules/administration-tools/log-in-as-customer.html';
$this->module_key = 'da789445aae971af1e6d8b11f3c9971b';
$this->dir = '/modules/htmlbox/';
$this->secure_key = Tools::encrypt($this->name);
parent::__construct();
$this->checkforupdates();
$this->displayName = $this->l('Log in as customer');
$this->description = $this->l('With this module you can log in to your front office as customer. Module adds special button to customers list page. Click on it and you will be logged as a customer');
$this->noUserInCart = $this->l('Cart is not associated with any user account');
$this->guestAccount = $this->l('You are trying to log in as Guest. This customer is not a registered customer. It is a guest that do not created user account in your shop');
}
 

moonfire

Well-known member
Diamond
Elite
XNullUser
Joined
May 3, 2021
Messages
941
Reaction score
305
Points
63
NullCash
1,202
please update the module, it doesn't work
You could try one of these two free modules. I haven't tried them myself thou.

 

aslankhan

Well-known member
Master
Diamond
Elite
Joined
Sep 11, 2020
Messages
649
Reaction score
3,417
Points
93
NullCash
23,828
you just need ETS-Order Manger! That's all
 

x50902Ty

Active member
Elite
XNullUser
Joined
Mar 21, 2021
Messages
900
Reaction score
177
Points
43
NullCash
209
this version can't to run with 1.7.8.2 maybe have php verson error ,need fix.
 

ahmed12

Member
XNullUser
Joined
Apr 26, 2020
Messages
246
Reaction score
4
Points
18
NullCash
1
With this PrestaShop module you can log in as a customer directly from your back office "Customers" list section. Addon creates additional button on customer list section, after clicking on this button module will log you as a customer and redirect you to shop front office section.

Prestashop Log in as customer​

This is great improvement and usability tool for shop administration purposes. With this PrestaShop addon you can log in as a customer directly from "customers list" (back office section). This addon creates additional column on customers list that contains log in button. After clicking on this button you will be logged in as a customer and automatically redirected to shop front office.



Feature to log in from abandoned carts

Module has feature to log in as customer from "abandoned" carts section. Moreover - module will load abandoned cart. It is just enoguh to go to customers > abandoned cart secton and hit "log in" button near the cart. Module will log in as a customer and load cicked cart.
Thanks for share.

Prestashop Log in as customer​

 

Choupy

Well-known member
Master
Diamond
Elite
Joined
Jun 19, 2019
Messages
1,262
Reaction score
1,503
Points
113
NullCash
143
Hi there is a good free module that does the same thing

min' => '1.7.1.0'
 

Attachments

  • PrestaShop-login-as-a-customer-ster.zip
    13 KB · Views: 1
Last edited:

Whiterabbit

Member
XNullUser
Joined
Apr 14, 2020
Messages
307
Reaction score
1
Points
18
NullCash
12
Thank you for sharing the module



Once more. Thanks for this module.
 
Top