Remove link from admin email
-
I want to remove the order number from the email that is sent to the administrator when there’s a new order.
There’s a line on the email-order-detail (but even after removing it, nothing changed):
if ( $sent_to_admin ) { $before = '<a style="font-weight: normal;color: ' . esc_attr( $text_link_color ) . '" class="yaymail_builder_link" href="' . esc_url( $order->get_edit_order_url() ) . '">'; $after = '</a>';
I tried this but didn’t work:
.yaymail_builder_order { display: none !important }
or
.yaymail_builder_link { display: none !important }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove link from admin email’ is closed to new replies.