I have some products which have been added by different sellers but if I have a problem with a product, I would like to chat with the seller. But the chat process will remain open for everyone.
Loading
I have some products which have been added by different sellers but if I have a problem with a product, I would like to chat with the seller. But the chat process will remain open for everyone.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasad RaveendranPosted Jun 14, 2024, 3:59 PM
To implement a chat feature in .NET where customers can chat with sellers about specific products, you'll need to set up a few things:
Database Structure: You'll need tables for Users, Products, Messages, and possibly Chats.
API Endpoints: Create APIs for creating a new chat, sending messages, and retrieving chat history.
SignalR for Real-Time Communication: Use SignalR to enable real-time messaging.
I would appreciate if you provide the exact issue and the code snippet to get more insights.
Jaimin ShethiyaPosted Jun 14, 2024, 1:55 AM
Hello,
You need to provide seller wise configuration and whoever seller that chat configuration enable then it will shaw the chat option otherwise don't.
Thanks
Jayraj ChhayaPosted Jun 11, 2024, 6:26 AM
To implement a chat process in a Dot Net application for communicating with sellers about products, you can utilize real-time communication technologies like SignalR. SignalR allows you to create interactive, real-time applications easily.
By following these steps and customizing the chat functionality, you can create a chat process in your Dot Net application where users can communicate with sellers while keeping the chat open for everyone involved.