Wednesday, June 19, 2024
2 changes · saas-17.3
Resolved issues and error corrections
Closing a temporary live chat now properly removes that unfinished conversation. This prevents old welcome messages from appearing again when a visitor starts a new chat, keeping the customer experience cleaner.
Original PR description
[1] commit removed the code which would delete the temporary thread when closing a non-persisted livechat. So, because of this when you open a new livechat channel after closing the previous one you will still see the welcome messages which were there in the previous thread which causes duplication of welcome messages. This commit reintroduces the code which would delete this temporary thread. [1]: 21a51f63709eb0e637911f38988527818ddf3b54 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customers using self-ordering or kiosk screens can now see the product information button when a product has a self-order description. This helps shoppers access product details more easily before placing an order.
Original PR description
Before this commit: ========== - The product info button was not visible on the self order and kiosk product card even after adding self order description. After this commit: ========== - Now, the product info button is visible on the product card in self order and kiosk. task-3972473