Home / FAQ / WCMp PDF Invoice
Yes, admin can download the packing slip of the orders from order page (see the screenshot – https://prnt.sc/qitu7f ) via WCMp PDF Invoice plugin.
The vendor can also download the shipping label/slip from their own order page: http://tinyurl.com/v5qfd3h.
In order to show GST number inside an invoice, you need to follow this doc : – https://wc-marketplace.com/knowledgebase/wcmp-pdf-invoice-hooks-and-filters/
You just need to add support of your currency (such as INR), by adding this code to the function.php of the currently active child theme :
WCMp PDF Invoice has a setting called “Invoice number” , you can enable this option via WCMp >> Settings >> PDF Invoice : https://prnt.sc/qiv4om
You can simply remove the settings using this code : –
add_filter('wcmp_vendor_dashboard_nav', 'callback_wcmp_vendor_dashboard_nav', 99); function callback_wcmp_vendor_dashboard_nav($vendor_nav){ unset($vendor_nav['store-settings']['submenu']['pdf-invoice']);
return $vendor_nav; }
Now, to apply the admin’s PDF settings for the vendor too, you need to do some custom code. This link will help you with that : https://wc-marketplace.com/support-forum/topic/remove-invoice-settings-for-vendor/#post-81558
Under each membership plan, you can select the categories a vendor can access : https://prnt.sc/qivnhh
Buy all Marketplace addons together!!
Check Slashed Price