• Resolved ealexcantero

    (@ealexcantero)


    Hello Woo Support, I need a little help in disabling the link that is made upon the order number in the Admin Email. (“New Order Email”) I can’t find a way to disable it. (It’s the link that sends the user to the WordPress page to see/edit order)

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s no setting or filter for this, so you’ll need to modify the template.

    You’ll need to copy:
    plugins/woocommerce/templates/emails/email-order-details.php
    to
    themes/your-child-theme-name/woocommerce/emails/email-order-details.php

    In the copy, change lines 27 & 28 to

    		$before = '';
    		$after  = '';
    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “ORDER” link in the Admin Email’ is closed to new replies.