Dear @billyhayes,
Thanks for reaching out to us.
Please be informed that the EmailKit option appears even after deactivating this plugin for other Wpmet plugins, such as ElementsKit and ShopEngine. We recommend EmailKit from our other plugins. However, we understand this may not be desirable for all users. Rest assured, our development team is already working on a solution to remove this recommendation option. Once we release this fix, deactivating the EmailKit plugin will remove all EmailKit options. In the meantime, you can address this issue by adding a few lines of code. Below, I am sharing those codes. Simply copy and paste them into Appearance > Theme File Editor > functions.php. For guidance on how to include codes, please refer to this video: https://d.pr/v/KVsqdZ.
add_action('admin_head', 'remove_emailkit_from_woocommerce');
function remove_emailkit_from_woocommerce() {
?>
<style>
.wc_emails th.wc-email-settings-table-template{
display: none !important;
}
.wc_emails td.wc-email-settings-table-template.wpmet-emailkit-install-btn-wrapper {
display: none !important;
}
</style>
<?php
}
After including these codes, we hope your issue will be resolved. Please let us know if the issue persists. If it does, we’ll promptly look into it and provide you with a solution as soon as possible. Your patience and cooperation in this matter are greatly appreciated.
Kind Regards,
Reju