• Resolved tsm76

    (@tsm76)


    Hello, I’m using this plugin but found it breaks at least Woocommerce German Market PDF invoices which uses HTML to generate the PDF. The problem is in file email-trigger.php because fix_default_thumbnail does not reset after use and in my case it inserts the tags even when it should not and therefore creating invalid HTML.

    Could you change the function item_thumnail_end() to this:

    	public function item_thumbnail_end() {
    		if ( $this->fix_default_thumbnail ) {
    			?>
    			</td>
    			</tr>
    			</table>
    			<?php
                            $this->fix_default_thumbnail = false;
    		}
    	}
    

    ?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Support angelagrey

    (@angelagrey)

    Hi,

    Thank you for reaching out to us.
    Yes, we changed the function. It will be available in the next update.

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin breaks other plugin’ is closed to new replies.