Hello, I’m doing a marketplace and I can’t figure out how to make the seller see what goods were ordered from him and see the information about the buyer ?
Well it’s very hard to say since you are not presenting any data structure info.
You can have 4 data types.
- Seller
- Item with “Seller” field
- Buyer
- Purchase history with “Item” filed and “Buyer” field (you can also add here “Seller” field for faster direct searches)
1 Like
Seller and Buyer can be the same datatype since I guess it’s all users, but with some field that differenciate it.
1 Like
I understand thanks, I’ll try to do it.
I apologize for my English.
I’m using a translator.
This topic was automatically closed after 70 days. New replies are no longer allowed.