• thompsonaire

    (@thompsonaire)


    I know this has been answered previously but I am totally stupid. I have no idea how, where, or what do do with the code that was provided that seemed to work of someone who knows what they’re doing. This is not ME..

    At the bottom of the Admin Invoice there is a line that says “Process your orders on the go. Get the app.”

    I do not want that on the admin notice. Currently my admin email notice goes out to three people, Me, the owner of the site and the person who makes the products. They do not need to see this nor do I.

    I have found a help thing on this that provides a code snidbit but I have no idea how to use it. I have tried to place it on the invoice code and I have tried to place it in the customization place and nothing has worked. So Can someone explain how to fix this please. I am just a cut and paste hacker. I barely read code. I know nothing and I can screw up anything. So send me a picture book about this.

    Boy I had this block thing. I clicked on something and the image above got huge. Sorry, I do not know how to fix that..

    Sorry about the weird crap on here. As I have said I totally despise this block crap. Can not understand it and I can not use it. I have no idea why they would do this.

    I have tried doing what they say in this help thing. https://wordpress.org/support/topic/remove-process-your-orders-on-the-go-get-the-app/ but I still can not get it to work.

    Thank you for any pointers or suggestions.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello thompsonaire

    Thank you for contacting Woo support.

    The PHP code snippet suggested in this post should work fine.
    You only need to place it in the correct place.
    I am here to help you with that.

    For reference, I will copy the snippet here as well.

    /**
     * Disable messages about the mobile apps in WooCommerce emails.
     * https://wordpress.org/support/topic/remove-process-your-orders-on-the-go-get-the-app/
     */
    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' );

    First I need to understand your site setup and which plugin you have that allows you to insert PHP snippets. So, I’d like to review your site’s System Status Report.
    You can find it via WooCommerce > Status.
    Select Get system report and then Copy for support.

    Once you’ve done that, you can paste the text in https://gist.github.com
    After that, you can paste the Gist link here in your reply.

    Also, could you share a full-page screenshot of this page?
    This appears to be a plugin that allows to add PHP snippets.

    Please make sure you have a complete backup of the website before making any changes.
    Looking forward to your response. 🙂

    Best regards.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.