Created
January 4, 2017 08:58
-
-
Save seoindex/a9d4866902b6e1056048612e73b9f1f0 to your computer and use it in GitHub Desktop.
Nascondi indirizzo di fatturazione nella mail di conferma ordine in WooCommerce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<td class="td" style="text-align:left; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;" valign="top" width="50%"> | |
<h3><?php _e( 'Billing address', 'woocommerce' ); ?></h3> | |
<p class="text"><?php echo $order->get_formatted_billing_address(); ?></p> | |
</td> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment