WC Vendors Marketplace has several templates to allow you to customize various aspects of your vendor marketplace and dashboard. The available templates are listed in the table below.
Vendor Dashboard Templates
Template file path | Description |
---|---|
templates/dashboard/date-picker.php | The date picker for reports template |
templates/dashboard/reports.php | The message for denied applications |
templates/dashboard/navigation.php | The dashboard navigation |
templates/dashboard/orders.php | The orders table |
templates/dashboard/reports.php | The sales reports table |
templates/dashboard/denied.php | The template is displayed to a user who has had their application denied |
Vendor Dashboard Settings Templates
The vendor dashboard settings page is broken up into several templates.
Template file path | Description |
---|---|
templates/dashboard/settings/paypal-email-form.php | The PayPal email field |
templates/dashboard/settings/seller-info.php | The seller info field |
templates/dashboard/settings/settings.php | The main settings template |
templates/dashboard/settings/shop-description.php | The shop description field |
templates/dashboard/settings/shop-name.php | The shop name field |
WC Vendors Marketplace Email Templates
The email templates allow you to create overrides for your email notifications. These must be located in the following location
- wp-content/themes/YOURTHEME/woocommerce/emails
The email templates are available in two versions. The HTML versions and the Plain Text versions. Depending on the email option you select in the WooCommerce settings will determine which version of the template you will need to override.
All HTML templates are in the base emails folder while the plain text templates can be found in the ‘plain‘ subfolder of emails.
Template file path | Description |
---|---|
templates/emails/admin-notify-application.php | Notify marketplace admin of a vendor application |
templates/emails/admin-notify-approved.php | Notify the vendor of a canceled order |
templates/emails/admin-notify-product.php | Notify marketplace admin of a vendor product submission |
templates/emails/admin-notify-shipped.php | Notify marketplace admin of a vendor shipped |
templates/emails/customer-notify-shipped.php | Notify the customer the vendor has shipped |
templates/emails/vendor-notify-application.php | Notify vendor of their application |
templates/emails/vendor-notify-approved.php | Notify vendor their application is approved |
templates/emails/vendor-notify-cancelled-order.php | Notify the vendor of a cancelled order |
templates/emails/vendor-notify-denied.php | Notify vendor their application is denied |
templates/emails/vendor-notify-order.php | Notify the vendor of an order |
templates/emails/vendor-order-addresses.php | The vendor order notification email address template part |
templates/emails/vendor-order-details.php | The vendor order notification email details template part |
templates/emails/vendor-order-items.php | The vendor order notification email items template part |
Frontend templates
The frontend templates are related to the front end of the marketplace in WC Vendors Marketplace.
Template file path | Description |
---|---|
templates/front/vendor-list.php | The vendor directory list template |
templates/front/vendor-main-header.php | The main vendor store header |
templates/front/vendor-mini-header.php | The vendor store header shown on the single product page |
templates/front/vendor-sold-by.php | The vendor sold by label template |
Orders Templates
The orders templates are all templates related to the vendor order screens.
Template file path | Description |
---|---|
templates/orders/comments/add-new-comment.php | The add order note to an order field |
templates/orders/comments/existing-comments.php | The existing order notes template |
templates/orders/csv-export.php | The order csv export template |
templates/orders/customer-note/customer-note.php | The customer note template |
templates/orders/orders.php | The orders page template. The [wcv_orders] shortcode generates this page |
templates/orders/table-body.php | The table body for the order details for the product |