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

dog2021

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 3, 2021
Messages
87
Reaction score
1,713
Points
83
NullCash
8,974
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,348
Reaction score
373
Points
83
NullCash
22
Demo link and version?
 

x50902Ty

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

jarom

Well-known member
Master
Diamond
Elite
Joined
Jan 19, 2020
Messages
888
Reaction score
2,338
Points
93
NullCash
17,006
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
361
Reaction score
2,142
Points
93
NullCash
10,726
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
300
Points
63
NullCash
1,167
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
646
Reaction score
3,338
Points
93
NullCash
23,380
you just need ETS-Order Manger! That's all
 

x50902Ty

Active member
Elite
XNullUser
Joined
Mar 21, 2021
Messages
900
Reaction score
171
Points
43
NullCash
167
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
237
Reaction score
2
Points
18
NullCash
0
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,160
Reaction score
1,460
Points
113
NullCash
254
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