Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Change PDF style in WooCommerce PDF Invoices & Packing Slips
Tagged: invoices, Packing, PDF, Slips, Woocommerce
- This topic has 7 replies, 4 voices, and was last updated 4 years, 6 months ago by g.schindler.
- AuthorPosts
- April 16, 2020 at 11:15 pm #119860HERMES ALVES SOUZAParticipant
I’m trying to change the packing-slip.php but didn’t change the pdf.
/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple
I’m trying also change this:
wp-content/themes/mrfc/wcfm/vendor_invoice
But, after the change the PDF it’s same. Didn’t changed.
Attachments:
You must be logged in to view attached files. - April 17, 2020 at 12:43 pm #119959Sarmistha ChakrabortyMember
Hello,
To change wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple you need to override the template in your
wp-content/themes/<your theme>/woocommerce/pdf/yourtemplate
And override store invoice and make required changes.
Override this folder templates – “wp-content\plugins\wc-frontend-manager-ultimate\views\vendor_invoice”
to yourwp-content/themes/<your theme>/wcfm/vendor_invoice
Thanks.
- April 19, 2020 at 7:18 am #120504HERMES ALVES SOUZAParticipant
Work’s. Thanks.
- April 23, 2020 at 8:07 am #122040anas.aljParticipant
Hi,
Can I ask you how to override this command as I’m not a developer can please explain more or a video can be helpfulThanks
- April 23, 2020 at 2:34 pm #122135Sarmistha ChakrabortyMember
Hello,
Example how to override store-invoice.php file-
Copy the “store-invoice.php” file from – “wp-content\plugins\wc-frontend-manager-ultimate\views\vendor_invoice”
And then Create a “wcfm” folder in your theme/child theme, then create “vendor_invoice” folder inside the “wcfm” folder. The folder structure will be –wp-content/themes/<your theme>/wcfm/vendor_invoice
then paste the “store-invoice.php” file. and then modify this file as per your requirement.Thanks.
- May 10, 2020 at 4:13 am #129002g.schindlerParticipant
Hello,
i changed packing-slip.php according reply #119959 in my custom theme folder but my packing slip did not change.- May 10, 2020 at 8:06 pm #129248Sarmistha ChakrabortyMember
Hello,
Can you let us know which field do you want to change in vendor invoice?
Thanks.
- May 11, 2020 at 2:49 am #129326g.schindlerParticipant
Please check my e-Mail. I like to channge the layout of paking-slip. I refer to reply #119959 not to #122135
- AuthorPosts
- You must be logged in to reply to this topic.