“make an offer” functionnality

Hello,

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.

Any idea how to do it?

I’ve read in a previous forum that I need to use the boolean property but I have no idea how to do so.

Thanks for your help

You would add a Boolean value called “accepted?” as a property in a collection called offers, and that would have a relationship to a messages collection so in a new message you can add an offer, and the receiver will select it, as either accepted or rejected.

This might be worth a try

Thanks I started to do as you told me. I’m just a bit confused, I already do have a screen for “messages” and for a “chat”. I did like the offer to the “messages”.

From here I’m a bit confused on how I allow the user to accept or decline the offer? as well as the accepted price?

thanks a lot for your help!

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