Create a "make an offer" functionnality

Hello,

I’m creating a C2C app and I would like to create an “make an offer” function.

This option would send a message with a new offered price to the seller on the chat and the seller would click on that message to accept or reject the offer. If the offer is accepted, it would create a special price for the buyer who can buy at this new price.

I manage to create a new automatic message with the offered price in the chat based on products but I have no clue how to integrate a accept/reject option automatically on it.

Thanks for your help

Hi @chrl ,

Have 2 buttons that is visible according to boolean property in messages collection, put them on “not logged in users” side.

Update boolean property when you send offer.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.