<?php/* translators: %1$s: Order number, %2$s: Customer full name. */?>
<p><?phpprintf(esc_html__('Alas. Just to let you know — order #%1$s belonging to %2$s has been cancelled:','woocommerce'),esc_html($order->get_order_number()),esc_html($order->get_formatted_billing_full_name()));?></p>
<?php
/*
* @hooked WC_Emails::order_details() Shows the order details table.
<?php/* translators: %1$s: Order number. %2$s: Customer full name. */?>
<p><?phpprintf(esc_html__('Payment for order #%1$s from %2$s has failed. The order was as follows:','woocommerce'),esc_html($order->get_order_number()),esc_html($order->get_formatted_billing_full_name()));?></p>
<?php
/*
* @hooked WC_Emails::order_details() Shows the order details table.
<?php/* translators: %s: Customer billing full name */?>
<p><?phpprintf(esc_html__('You’ve received the following order from %s:','woocommerce'),$order->get_formatted_billing_full_name());// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p>
<?php
/*
* @hooked WC_Emails::order_details() Shows the order details table.
<?php/* translators: %1$s: Site title, %2$s: Username, %3$s: My account link */?>
<p><?phpprintf(esc_html__('Thanks for creating an account on %1$s. Your username is %2$s. You can access your account area to view orders, change your password, and more at: %3$s','woocommerce'),esc_html($blogname),'<strong>'.esc_html($user_login).'</strong>',make_clickable(esc_url(wc_get_page_permalink('myaccount'))));// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p>
<p><?phpesc_html_e('Thanks for your order. It’s on-hold until we confirm that payment has been received. In the meantime, here’s a reminder of what you ordered:','woocommerce');?></p>
<?php
/*
* @hooked WC_Emails::order_details() Shows the order details table.
<p><?phpprintf(esc_html__('Just to let you know — we\'ve received your order #%s, and it is now being processed:','woocommerce'),esc_html($order->get_order_number()));?></p>
<?php
/*
* @hooked WC_Emails::order_details() Shows the order details table.
printf(esc_html__('Your order on %s has been partially refunded. There are more details below for your reference:','woocommerce'),wp_specialchars_decode(get_option('blogname'),ENT_QUOTES));// phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
}else{
/* translators: %s: Site title */
printf(esc_html__('Your order on %s has been refunded. There are more details below for your reference:','woocommerce'),wp_specialchars_decode(get_option('blogname'),ENT_QUOTES));// phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
}
?>
</p>
<?php
/*
* @hooked WC_Emails::order_details() Shows the order details table.
<p><?phpprintf(esc_html__('Someone has requested a new password for the following account on %s:','woocommerce'),esc_html(wp_specialchars_decode(get_option('blogname'),ENT_QUOTES)));?></p>
/* translators: %1$s: Order number. %2$s: Customer full name */
echosprintf(esc_html__('Alas. Just to let you know — order #%1$s belonging to %2$s has been cancelled:','woocommerce'),esc_html($order->get_order_number()),esc_html($order->get_formatted_billing_full_name()))."\n\n";
/*
* @hooked WC_Emails::order_details() Shows the order details table.
/* translators: %1$s: Order number. %2$s: Customer full name. */
echosprintf(esc_html__('Payment for order #%1$s from %2$s has failed. The order was as follows:','woocommerce'),esc_html($order->get_order_number()),esc_html($order->get_formatted_billing_full_name()))."\n\n";
/*
* @hooked WC_Emails::order_details() Shows the order details table.
/* translators: %1$s Site title, %2$s Order pay link */
__('An order has been created for you on %1$s. Your invoice is below, with a link to make payment when you’re ready: %2$s','woocommerce'),
esc_html(get_bloginfo('name','display')),
esc_url($order->get_checkout_payment_url())
)
)."\n\n";
}else{
/* translators: %s Order date */
echosprintf(esc_html__('Here are the details of your order placed on %s:','woocommerce'),esc_html(wc_format_datetime($order->get_date_created())))."\n\n";
}
/**
* Hook for the woocommerce_email_order_details.
*
* @hooked WC_Emails::order_details() Shows the order details table.
/* translators: %1$s: Site title, %2$s: Username, %3$s: My account link */
echosprintf(esc_html__('Thanks for creating an account on %1$s. Your username is %2$s. You can access your account area to view orders, change your password, and more at: %3$s','woocommerce'),esc_html($blogname),'<strong>'.esc_html($user_login).'</strong>',esc_html(wc_get_page_permalink('myaccount')))."\n\n";
echoesc_html__('Thanks for your order. It’s on-hold until we confirm that payment has been received. In the meantime, here’s a reminder of what you ordered:','woocommerce')."\n\n";
/*
* @hooked WC_Emails::order_details() Shows the order details table.
echosprintf(esc_html__('Just to let you know — we\'ve received your order #%s, and it is now being processed:','woocommerce'),esc_html($order->get_order_number()))."\n\n";
/*
* @hooked WC_Emails::order_details() Shows the order details table.
echosprintf(esc_html__('Your order on %s has been partially refunded. There are more details below for your reference:','woocommerce'),wp_specialchars_decode(get_option('blogname'),ENT_QUOTES))."\n\n";// phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
}else{
/* translators: %s: Site title */
echosprintf(esc_html__('Your order on %s has been refunded. There are more details below for your reference:','woocommerce'),wp_specialchars_decode(get_option('blogname'),ENT_QUOTES))."\n\n";// phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
}
/*
* @hooked WC_Emails::order_details() Shows the order details table.
echosprintf(esc_html__('Someone has requested a new password for the following account on %s:','woocommerce'),esc_html(wp_specialchars_decode(get_option('blogname'),ENT_QUOTES)))."\n\n";