I need to edit the withdrawal invoice on my WC website. I contacted them and they told me how to fix the issue – but I am unfamiliar on how
To modify withdrawal invoice, override “withdrawal-invoice.php” template file in your theme folder – your theme/wcfm/vendor_invoice/withdrawal-invoice.php
Then modify your theme’s template file as per your requirement.
The WordPress theme editor lets you open files from any installed themes. It displays the file content on the text editor so you can tweak the theme’s code directly on the dashboard. Please navigate to Appearance -> Theme File Editor -> on the right side, it will display a list of template files the theme includes, click on any file as you need and make changes.