Exemple #1
0
echo $lC_Language->get('subsection_billing_address');
?>
</b></td>
                  </tr>
                  <tr>
                    <td><?php 
echo lC_Address::format($lC_Order->getBilling(), '<br />');
?>
</td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td><?php 
echo $lC_Order->getCustomer('telephone');
?>
</td>
                  </tr>
                  <tr>
                    <td><?php 
echo '<a href="mailto:' . $lC_Order->getCustomer('email_address') . '"><u>' . $lC_Order->getCustomer('email_address') . '</u></a>';
?>
</td>
                  </tr>
                </table></td>
              <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
                  <tr>
                    <td><b><?php 
echo $lC_Language->get('subsection_shipping_address');
?>