Sets up front end management for vendors from the WooThemes WooCommerce Vendors plugin to manage their bookings from the WooCommerce Bookings plugin.
** Please note ** the base use case I have been building this plugin around dictated that the dashboard should not show the in-cart and was-in-cart statuses. If your use case
needs these statuses I have added a filter woo_vendors_bookings_dashboard_statuses so you can add them back in.
1.0.1
1.0.2
- changes shop_vendor taxonomy to correct name of wcpv_product_vendors and also checks for vendor management permission to allow page view.
2.0.0
Big changes to work with current vendors plugin, permissions changed and now checking for admins.
** Note I can't see why this would break backwards compatibility except with very old wcv vendors versions. Please contact me via
Webby Scots Website if you need help.
2.0.1
- Fix - vendors, vendor admins and vendor managers can now view the vendor dashboard of (their own if they are the vendor) any vendor they are admin/manager for.
2.1.0
- Fix missing entries in the dashboard - works with more setups
2.2.0
- Filters out in-cart statuses from results
- Fixes pagination
- Removes rewrite endpoint in favour of rewrite rules so pagintion works
- Removes display of navigation tab at the moment because only one tab is present
3.0.0
- Improvement: brings querying into main using parse_query hook - for better page title
- Starts moving towards WooCommerce 3.0.0 and latest booking version with backwards compability included