Live Help/chat

Can anybody recommend a good (preferably free :-)) live help/chat? HungryWeb's looks good but not sure if it's compatible with 4.6+

https://www.tawk.to/- works with any php application.

Pay attention to Zendesk Chat (Zopim). It is free for one operatior

I will second this one.

https://www.tawk.to/- works with any php application.

Thanks, did you use an add-on for tawk.to?

Thanks, did you use an add-on for tawk.to?

You don't need to use and install an unnecessary 'add-on'. Just put the code into a page/template before the tag. BTW there isn't an CS-Cart add-on. We used the WHMCS one, but then we decided to use just the code directly.

You don't need to use and install an unnecessary 'add-on'. Just put the code into a page/template before the tag. BTW there isn't an CS-Cart add-on. We used the WHMCS one, but then we decided to use just the code directly.

Thanks for that. If I wanted to make the chat available on any page, which specific page/template would I put it in?

Add to

responsive / templates / addons / my_changes / hooks / index / head_scripts.post.tpl

{literal}

{/literal}

Add to

responsive / templates / addons / my_changes / hooks / index / head_scripts.post.tpl

{literal}

{/literal}

Must have the 'My changes' add-on enabled in the admin area in top menu > Add-ons > Manage add-ons.

To setup My Changes addon:
Enable Addon: My Changes.
Create: 'my_changes' > 'hooks' > 'index' folders starting from the 'addons' folder.

P.S. I can't find any documentation regarding the 'My changes' add-on on http://docs.cs-cart.com/4.6.x/

Must have the 'My changes' add-on enabled in the admin area in top menu > Add-ons > Manage add-ons.

To setup My Changes addon:
Enable Addon: My Changes.
Create: 'my_changes' > 'hooks' > 'index' folders starting from the 'addons' folder.

P.S. I can't find any documentation regarding the 'My changes' add-on on http://docs.cs-cart.com/4.6.x/

Thank you very much sir. Works great!

Thank you very much sir. Works great!

I'm glad I could help.

Must have the 'My changes' add-on enabled in the admin area in top menu > Add-ons > Manage add-ons.

To setup My Changes addon:
Enable Addon: My Changes.
Create: 'my_changes' > 'hooks' > 'index' folders starting from the 'addons' folder.

P.S. I can't find any documentation regarding the 'My changes' add-on on http://docs.cs-cart.com/4.6.x/

Hi,

I have tried these steps in our Multi-Vendor store, but it did not work. I wonder if it's different for CS-Cart MVE?

Thanks

Can you see the code in the page source code?

Hi,

I have tried these steps in our Multi-Vendor store, but it did not work. I wonder if it's different for CS-Cart MVE?

Thanks

Do not forget to wrap the code with the {literal}{/literal} tag

Many thanks to ALL .. Thanks.

I just created the file (responsive / templates / addons / my_changes / hooks / index / head_scripts.post.tpl) inside our template folder, not the responsive.

Worked perfectly . Thanks

Can anyone give me the code snippet to add the Tawk.to chat before the body tag on the more current store templates?

We have a 4.11.2 store.

Jack

Can anyone give me the code snippet to add the Tawk.to chat before the body tag on the more current store templates?

We have a 4.11.2 store.

Jack

Use

design / themes / responsive / templates / addons / my_changes / hooks / index / body.post.tpl

Any additional template still uses respondsive as root, so do as I instructed in this msg

https://forum.cs-cart.com/topic/50178-live-helpchat/?view=findpost&p=287270

Can anyone give me the code snippet to add the Tawk.to chat before the body tag on the more current store templates?

We have a 4.11.2 store.

Jack

ok, my dev fixed it.

I have to say Tawk.to is an amazing product for free.

Thanks,

Jack

Can any body guide me how to add Tawk.to or any other live chat feature with CS-Cart Multivendor?