Customers Info
Posted: Wed May 17, 2017 1:00 am
Hello, I was wondering if anyone could help me.
Basically, when a customer is logged in, I want it to autopopulate a crisp.im (live chat) using their JS api:
Any simple idea to do do changes in few files without creating many changes in clients panel + login in checkout + success page ? 
Basically, when a customer is logged in, I want it to autopopulate a crisp.im (live chat) using their JS api:
Code: Select all
$crisp.push(["set", "user:email", "client@email.com"]);
$crisp.push(["set", "user:nickname", "Client Name"]);
