/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/emails
Edit: /home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/emails/email-addresses.php (4175B)
get_formatted_billing_address();
$shipping = $order->get_formatted_shipping_address();
$email_improvements_enabled = FeaturesUtil::feature_is_enabled( 'email_improvements' );
/**
* Filter whether to display the section divider in the email body.
*
* @since 10.6.0
* @param bool $display_section_divider Whether to display the section divider. Default true.
*/
$display_section_divider = (bool) apply_filters( 'woocommerce_email_body_display_section_divider', true );
?>
get_billing_phone() ) : ?>
get_billing_phone() ); ?>
get_billing_email() ) : ?>
get_billing_email() ); ?>
|
needs_shipping_address() && $shipping ) : ?>
get_shipping_phone() ) : ?>
get_shipping_phone() ); ?>
|
' : ''; ?>