×
Categorias
Marca
Disponibilidade
Nutrientes
Show moreShow less

Fitoterapia

Filtros
Mostrando 1-20 de um total de 28 artigo(s)
var apellido = prestashop.customer.lastname; var email = prestashop.customer.email; var id_address = address; var phone = prestashop.customer.addresses[id_address].phone; var direccion = prestashop.customer.addresses[id_address].address1; var id_customer = id_customer; //var logeado = prestashop.customer.is_logged; console.log(logeado); var id_shop = prestashop.id_shop; console.log(id_shop); var locale = "es"; if(id_shop == 2){ locale = "pt"; } window.fcWidget.user.setProperties({ firstName: nombre, lastName: apellido, email: email, phone: phone, address: direccion, }); window.fcWidget.init({ token: "b9dd5ca0-a761-4c1d-ad56-7b979ce59906", host: "https://wchat.eu.freshchat.com", externalId: id_customer, locale: locale, }); } }else{ function initFreshChat() { window.fcWidget.init({ token: "b9dd5ca0-a761-4c1d-ad56-7b979ce59906", host: "https://wchat.eu.freshchat.com", }); } } function initialize(i,t){var e;i.getElementById(t)?initFreshChat():((e=i.createElement("script")).id=t,e.async=!0,e.src="https://wchat.eu.freshchat.com/js/widget.js",e.onload=initFreshChat,i.head.appendChild(e))}function initiateCall(){initialize(document,"freshchat-js-sdk")}window.addEventListener?window.addEventListener("load",initiateCall,!1):window.attachEvent("load",initiateCall,!1);