Title: Plugin breaks other plugin
Last modified: May 9, 2022

---

# Plugin breaks other plugin

 *  Resolved [tsm76](https://wordpress.org/support/users/tsm76/)
 * (@tsm76)
 * [4 years ago](https://wordpress.org/support/topic/plugin-breaks-other-plugin/)
 * 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)

 *  [angelagrey](https://wordpress.org/support/users/angelagrey/)
 * (@angelagrey)
 * [4 years ago](https://wordpress.org/support/topic/plugin-breaks-other-plugin/#post-15638193)
 * 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.

 * ![](https://ps.w.org/email-template-customizer-for-woo/assets/icon-256x256.gif?
   rev=3080872)
 * [Email Template Customizer for WooCommerce](https://wordpress.org/plugins/email-template-customizer-for-woo/)
 * [Support Threads](https://wordpress.org/support/plugin/email-template-customizer-for-woo/)
 * [Active Topics](https://wordpress.org/support/plugin/email-template-customizer-for-woo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-template-customizer-for-woo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-template-customizer-for-woo/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelagrey](https://wordpress.org/support/users/angelagrey/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/plugin-breaks-other-plugin/#post-15638193)
 * Status: resolved