Can anybody recommend a good (preferably free ) live help/chat? HungryWeb's looks good but not sure if it's compatible with 4.6+
|
Posted 26 October 2017 - 11:12 PM #1
Can anybody recommend a good (preferably free ) live help/chat? HungryWeb's looks good but not sure if it's compatible with 4.6+
Posted 27 October 2017 - 05:40 AM #2
https://www.tawk.to/- works with any php application.
Buy CS-Cart License | CS-Cart Hosting
.
CS-Cart VPS SSD Cloud Hosting from $4,90/month *** Dedicated Servers *** CS-Cart Authorized Reseller and Web Hosting Provider
Posted 27 October 2017 - 06:25 AM #3
Pay attention to Zendesk Chat (Zopim). It is free for one operatior
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 1210 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 4025 CS-Cart + YOUPI USD 1459 Multi-Vendor Ultimate USD 7500 (6000)
Posted 27 October 2017 - 06:33 AM #4
Posted 27 October 2017 - 09:01 PM #6
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 </body> 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.
Buy CS-Cart License | CS-Cart Hosting
.
CS-Cart VPS SSD Cloud Hosting from $4,90/month *** Dedicated Servers *** CS-Cart Authorized Reseller and Web Hosting Provider
Posted 28 October 2017 - 05:53 AM #7
You don't need to use and install an unnecessary 'add-on'. Just put the code into a page/template before the </body> 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?
Posted 28 October 2017 - 06:34 AM #8
Add to
responsive / templates / addons / my_changes / hooks / index / head_scripts.post.tpl
{literal} <!--Start of Tawk.to Script--> ... <!--End of Tawk.to Script--> {/literal}
Posted 28 October 2017 - 07:13 AM #9
Add to
responsive / templates / addons / my_changes / hooks / index / head_scripts.post.tpl{literal} <!--Start of Tawk.to Script--> ... <!--End of Tawk.to Script--> {/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/
Buy CS-Cart License | CS-Cart Hosting
.
CS-Cart VPS SSD Cloud Hosting from $4,90/month *** Dedicated Servers *** CS-Cart Authorized Reseller and Web Hosting Provider
Posted 28 October 2017 - 09:56 AM #10
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!
Posted 28 October 2017 - 11:13 AM #11
Thank you very much sir. Works great!
I'm glad I could help.
Buy CS-Cart License | CS-Cart Hosting
.
CS-Cart VPS SSD Cloud Hosting from $4,90/month *** Dedicated Servers *** CS-Cart Authorized Reseller and Web Hosting Provider
Posted 04 December 2017 - 04:08 PM #12
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
Posted 04 December 2017 - 04:42 PM #13
Can you see the code in the page source code?
Buy CS-Cart License | CS-Cart Hosting
.
CS-Cart VPS SSD Cloud Hosting from $4,90/month *** Dedicated Servers *** CS-Cart Authorized Reseller and Web Hosting Provider
Posted 05 December 2017 - 06:02 AM #14
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
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 1210 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 4025 CS-Cart + YOUPI USD 1459 Multi-Vendor Ultimate USD 7500 (6000)
Posted 05 December 2017 - 03:34 PM #15
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
Posted 18 June 2020 - 05:27 AM #16
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
Posted 18 June 2020 - 06:29 AM #17
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
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 1210 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 4025 CS-Cart + YOUPI USD 1459 Multi-Vendor Ultimate USD 7500 (6000)
Posted 18 June 2020 - 06:29 AM #18
Any additional template still uses respondsive as root, so do as I instructed in this msg
https://forum.cs-car...ndpost&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
Posted 18 June 2020 - 08:58 PM #19
ok, my dev fixed it.
I have to say Tawk.to is an amazing product for free.
Thanks,
Jack
Posted 14 December 2021 - 02:43 PM #20
Can any body guide me how to add Tawk.to or any other live chat feature with CS-Cart Multivendor?