Hi,
I’m working on a client’s e-commerce website, but it’s not a typical one. It’s a group buying website, which means there’s a minimum order requirement (x orders) before an item is dispatched to the buyer. If the minimum isn’t reached, the admin will issue refunds.
My question is: what’s the best way to implement this functionality?
I’ve already built a version using the WooCommerce Group Buy plugin ([https://wpgenie.org/tutorials-category/faq-for-woocommerce-group-buy-and-deals](https://wpgenie.org/tutorials-category/faq-for-woocommerce-group-buy-and-deals)), but it lacks sufficient data features. By data, I mean the client wants a dashboard with the following functionalities:
* Display all groups the user has participated in.
* Allow users to leave a group and receive a refund.
* View order details for each group.
* Set up automatic leave from groups.
* Cancel automatic leave.
On the same dashboard, there should also be a section that shows groups the user has left (including successfully processed ones).
What’s the best way to implement this website to achieve these functionalities?
[ad_2]