• Resolved khoavo

    (@khoavo)


    Hey there, it’s awhile since I’ve written on this forum! Need your help with the following:

    See screenshot: https://prnt.sc/UjWFwrZ1bjJ2 – Awhile back your team instructed me to first delete the default text in the ADDITIONAL CONTENT then Save, then tap the space bar once and then Save again so that the default text from the Additional Content box would not show. Well that method still works, BUT now I’m seeing the new line “Process your order on the go. Get the app”. WHERE’S THIS COMING FROM? I NEED TO DELETE THAT NEW LINE.

    See screenshot: https://prnt.sc/2OUtnzEZMg7q – For the Email Type: Pre-order Payment Action Needed – The method to remove the default text from the ADDITIONAL CONTENT box doesn’t work at all.

    Is this plugin up to date and fully compatible with the latest WP version? The last plugin update was over 6 months ago. I just installed this plugin to a new site, etc. and I imported a saved file of Email Designer so I don’t have to create from scratch. But then I noticed most of the settings got changed back to the default mode after import. So I had to adjust the settings again to my liking.

    Let me know on these. Thanks for sharing your work. Great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @khoavo

    The ‘Get the app’ messages are from Woocommerce.
    I found a thread about removing it here:

    Remove “ Process your orders on the go. Get the app”

    The suggested code for removing the messages in the thread is:

    //Disable messages about the mobile apps in WooCommerce emails
    function mtp_disable_mobile_messaging( $mailer ) {
    remove_action( 'woocommerce_email_footer', array( $mailer->emails['WC_Email_New_Order'], 'mobile_messaging' ), 9 );
    }
    add_action( 'woocommerce_email', 'mtp_disable_mobile_messaging' );

    I’ve just added it myself (tested and works), thought it might help you too ??

    • This reply was modified 1 year, 8 months ago by JapeNZ.
    Thread Starter khoavo

    (@khoavo)

    @japenz – Yup, works nicely. Much appreciate you! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Additional Content Box – Issues’ is closed to new replies.