dwpriv
Forum Replies Created
-
It seems that the fonts our plugin uses to generate the PDFs were not properly installed during plugin installation or updating. Luckily, you can easily fix this by going to WooCommerce > PDF Invoices > Advanced > Tools and clicking on ‘Reinstall fonts’.
You can check that the meta key exists before printing, like this updated snippet
add_action( 'wpo_wcpdf_after_order_data', '_additional_wooccm0', 10, 2 );
function _additional_wooccm0 ($template_type, $order) {
if ( $template_type == 'invoice' && ! empty( $order->get_meta('_additional_wooccm0') ) ) {
?>
<tr class="auricula-substitutions">
<th><b>Auricula Substitutions:</th>
<td><?php echo $order->get_meta('_additional_wooccm0'); ?></b></td>
</tr>
<?php
}
}You can try the guide here to print a custom field onto the invoices
You can check this thread here https://wordpress.org/support/topic/number-of-page-of-invoice/
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF MISSING COMPONENTThe error is related to an outdated version of the mPDF version of the plugin. You can download the updated version here.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Price per qtyThis is possible with the customizer in the Premium Templates extension. Since this is a paid plugin, please contact us at support@wpovernight.com, since we cannot discuss paid plugins on the forums.
What plugin are you using for the subscriptions?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Shipping method twiceSince we haven’t heard from you in a while, we will mark this topic as closed. Feel free to reopen the thread if you need more help or start another topic if you need help with something else.
Since we haven’t heard from you in a while, we will mark this topic as closed. Feel free to reopen the thread if you need more help or start another topic if you need help with something else.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] problem generating pdfSince we haven’t heard from you in a while, we will mark this topic as closed. Feel free to reopen the thread if you need more help or start another topic if you need help with something else.
This is only possible with the customizer in the Premium Templates extension. Since this is a paid plugin, you will have to contact us at support@wpovernight.com, as we cannot discuss paid plugins on the forum.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] problem generating pdfIt seems the issue is related to the mPDF version of the plugin. Try running the update for that plugin here and let us know how it works.
Happy to hear that and thanks for the update 😀
Thanks. This is a bit strange. The lines appear in Illustrator but are removed in Photoshop. When print directly from the browser without downloading the PDF are the lines still there?
Could you upload a copy of one of these files for us to download, please?