Replies: 2 comments 2 replies
-
I expanded vendor support in admin by adding a new vendor admin role that has access only to orders and products and an associated admin user field for the vendor. I also added capabilities to roles to restrict editing only self product and posts for admin users. To list all vendors you can use the vendors component either by adding it from the page builder or adding the code directly into the page. <ul class="list-unstyled" data-v-component-product-vendors>
<li data-v-vendor>
<a href="/manufacturer/mango" data-v-vendor-url><span data-v-vendor-name>Mango</span></a>
</li>
<li data-v-vendor>
<a href="/manufacturer/mango" data-v-vendor-url><span data-v-vendor-name>Assos</span></a>
</li>
<li data-v-vendor>
<a href="/manufacturer/mango" data-v-vendor-url><span data-v-vendor-name>Brand name</span></a>
</li>
</ul> For vendor signup and other advanced features I made a new multi-vendor plugin that adds a signup page The link can be added to menu or in any page. Commissions and other features will be added gradually in further updates. The plugin is bundled in latest.zip and will be moved to https://plugins.vvveb.com after it will be more complete with more features. |
Beta Was this translation helpful? Give feedback.
-
Hi @givanz that looks highly interesting.
|
Beta Was this translation helpful? Give feedback.
-
Would it be possible to create a plugin to change the store into a multi vendor store, everyone can open his own store and sell items...on the main shop page there is then the category or the selection of stores and can also come via a direct link to a specific store.
The website operator can define a separate commission for each store operator or create a standard commission per sale.
Beta Was this translation helpful? Give feedback.
All reactions