ret
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Fatal error – DOMTextGreat, thanks for your support!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Fatal error – DOMTextWell, if i delete the block no totals are shown on the PDF. How can i fix that, or isn’t that something for your plugin? thx.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Fatal error – DOMTextAt least i’ve figured it out, this part from invoice.php
<?php foreach( $wpo_wcpdf->get_woocommerce_totals() as $key => $total ) : ?> <tr class="<?php echo $key; ?>"> <td class="no-borders"> </td> <th class="description"><?php echo $total['label']; ?></th> <td class="price"><span class="totals-price"><?php echo $total['value']; ?></span></td> </tr> <?php endforeach; ?>Is causing the issue. Inside my theme, i’ve defined a text for woocommerce_de_small_business_regulation_text – if this is deleted, pdfs are created.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Fatal error – DOMText… the packing list is working properly – same logo, same name and so on. I don’t think that there is a special char which produces the error.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Fatal error – DOMTextHi,
sorry for the delay. Unfortunately this issue still exists. Any further ideas? I have run it through the HTML validator – 14 errors.
like…
…”item-name”>Product Name</span><span class=”item-meta”><dl class=”variation”>
I am using default templates of the plugin.
Thank you!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Fatal error – DOMTextNow that’s strange, i’m using default templates. Any suggestions? Already enabled HTML output, everything is displayed without any issue.
Forum: Plugins
In reply to: Is this WP?Thanks for your answers!