PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
templates
<?php /** * The template for displaying vendor dashboard content * * This template can be overridden by copying it to yourtheme/dc-product-vendor/template-vebdor-dashboard.php. * * HOWEVER, on occasion WC Marketplace will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @author WC Marketplace * @package WCMp/Templates * @version 3.0.0 */ if (!defined('ABSPATH')) { exit; } global $WCMp; $dashboard_scheme = 'wcmp-color-scheme-'.get_wcmp_vendor_settings('vendor_color_scheme_picker', 'vendor', 'dashboard', 'outer_space_blue'); ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"> <?php wp_head(); ?> </head> <body <?php body_class($dashboard_scheme); ?>> <?php while (have_posts()) : the_post(); ?> <div id="wrapper" class="wcmp-wrapper"> <?php the_content(); ?> </div> <?php endwhile; wp_reset_query(); wp_footer(); ?> </body> </html>
[+]
..
[+]
non-vendor
[-] vendor_message_to_buyer.php
[edit]
[-] archive_vendor_info.php
[edit]
[-] vendor_tab.php
[edit]
[-] template-vendor-dashboard.php
[edit]
[+]
review
[-] customer_support_details_to_buyer.php
[edit]
[+]
widget
[+]
single-product
[+]
vendor-dashboard
[+]
shortcode
[-] vendor_registration_form.php
[edit]
[-] wcmp-customer-qna-form.php
[edit]
[-] wcmp-vendor-review-form.php
[edit]
[-] policies_tab.php
[edit]
[+]
emails
[-] taxonomy-dc_vendor_shop.php
[edit]