Add styling hook for customer details definition list

This commit is contained in:
Andrew White 2012-02-10 05:54:21 +00:00
parent 3e134d11fe
commit da690e3bb9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ $order = new WC_Order( $order_id );
<header>
<h2><?php _e('Customer details', 'woocommerce'); ?></h2>
</header>
<dl>
<dl class="customer_details">
<?php
if ($order->billing_email) echo '<dt>'.__('Email:', 'woocommerce').'</dt><dd>'.$order->billing_email.'</dd>';
if ($order->billing_phone) echo '<dt>'.__('Telephone:', 'woocommerce').'</dt><dd>'.$order->billing_phone.'</dd>';