LIve chat support support widget is not visible in website but in localhost working correctly
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
In Odoo 15 we using nginx and don't add longpolling:
Just :
#Odoo
upstream odoo {
server 127.0.0.1:8069;
}
# Redirect requests to odoo backend server
location / {
proxy_redirect off;
proxy_pass http://odoo;
}
Hi,
while pasting the code inside the head tag please specify your url
eg:
<link href="http://yoururl/im_livechat/external_lib.css" rel="stylesheet"/>
<script src="http://yoururl/im_livechat/external_lib.js" type="text/javascript"></script>
<script src="http://yoururl/im_livechat/loader/1" type="text/javascript"></script>
Also try after creating a new configure under website_admin
Cheers !
anyone solved this issue? my live chat selection is not visible in settings i mean there is no option to select the live chat channel...
some one pls help
mine is v9 odoo
Please,
-> install "Live Chat, Website builde" modules.
-> install the website_livechat module. Then go to Settings -> Website Settings and select the Live Chat Channel you want to add on your website.
Note:- Please allow the pop-ups
Thanks for your replay Jothimani,That also i tried but not solved.In localhost issue chatsupport working properly but in server it is not visible
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Please, can you elaborate more your question and description. There's no way anyone can help you with that question. thanks