/home/suroeste/public_html/wp-content/plugins/woocommerce/templates/emails
Edit: /home/suroeste/public_html/wp-content/plugins/woocommerce/templates/emails/email-order-details.php (3486B)
get_edit_order_url() ) . '">';
$after = '';
} else {
$before = '';
$after = '';
}
/* translators: %s: Order ID. */
echo wp_kses_post( $before . sprintf( __( '[Order #%s]', 'woocommerce' ) . $after . ' ()', $order->get_order_number(), $order->get_date_created()->format( 'c' ), wc_format_datetime( $order->get_date_created() ) ) );
?>
|
|
|
$sent_to_admin,
'show_image' => false,
'image_size' => array( 32, 32 ),
'plain_text' => $plain_text,
'sent_to_admin' => $sent_to_admin,
)
);
?>
get_order_item_totals();
if ( $item_totals ) {
$i = 0;
foreach ( $item_totals as $total ) {
$i++;
?>
|
|
get_customer_note() ) {
?>
|
get_customer_note() ) ) ); ?> |