Title: Adding admin info to store invoice
Last modified: February 17, 2020

---

# Adding admin info to store invoice

 *  Resolved [shilpahanchinal](https://wordpress.org/support/users/shilpahanchinal/)
 * (@shilpahanchinal)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/adding-admin-info-to-store-invoice/)
 * Hi,
 * I would like to add the admin logo to the store invoice generated on the vendor
   side. How do I do that?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/adding-admin-info-to-store-invoice/#post-12446664)
 * Hi,
 * DO you want to keep both – Admin and Vendor Logo?
 * Thank You
 *  Thread Starter [shilpahanchinal](https://wordpress.org/support/users/shilpahanchinal/)
 * (@shilpahanchinal)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/adding-admin-info-to-store-invoice/#post-12446758)
 * Yes
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/adding-admin-info-to-store-invoice/#post-12458347)
 * Hi,
 * Please keep this code added to your site, this will add Admin logo under store
   invoice since WCFM Ultimate next update –
 *     ```
       add_action( 'wcfm_before_store_invoice_header', function( $vendor_id, $order_id, $order, $document ) {
       	if( $document->has_header_logo() ) {
       		?>
       		<tr>
       		  <td colspan="2"><?php $document->header_logo(); ?></td>
       		</tr>
       		<?php
       	}
       }, 50, 4 );
       ```
   
 * Add this code to your child theme’s functions.php
    In case you do not have child
   theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
 * Thank You

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding admin info to store invoice’ is closed to new replies.

 * ![](https://ps.w.org/wc-multivendor-marketplace/assets/icon-256x256.gif?rev=2611991)
 * [WCFM Marketplace - Multivendor Marketplace for WooCommerce](https://wordpress.org/plugins/wc-multivendor-marketplace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-multivendor-marketplace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-multivendor-marketplace/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/adding-admin-info-to-store-invoice/#post-12458347)
 * Status: resolved