I’m trying to build a multi-vendor bilingual webiste, using different subscription level to limit number of products a vendor can have, whose product are reservations (Service X Monday 13 feb 11a.m.). Also, the website will be a One product / multi-vendor type, as the vendors will have to choose among a specific list of products.
Let say I'm using WCFM to manage all vendors / products aspects. I pre-create all the autorized products, and the vendors can select which one they want to sell.
I could create a CPT called "Booking", which mainly contains 4 infos, Year, Month, Date (taxonomies), and Time (CF).
To add availabilities to a product, each vendor needs to create a new CPT "Booking" post, select taxonomies and fill-up the CF, and associate the post to the product it belongs. This then allows me to create a Search filter with both Woocommerce product list, and Year / Month / Date filters.
But I still (sick) have 2 issues
1) Once the customer selects one of the results (CPT Booking), I can have the page show details as if it was a "full individual product", but it's still a CPT. Can I add a button "Add to cart" that first adds the correct related product to the cart AS WELL as the CTP specific data (Y/M/D/T) to the invoice?
I know WCFM is Toolset / CF / Taxonomies compatible, but I'm not sure that would work if I'm trying to "sell a CPT", or a product with variable taxonomies/custom fields info.
2) I would need the said CPT to be deleted once "bought", because it corresponds to one sigle spot / appointment, and therefore can only be bought one time.
Thanks,
Catherine 🙂
N.B. I have many questions that I’ve separated in different posts to make it easier to answer 🙂
What is the link to your site?
Still on planning mode, so no dev link yet.