Line -... |
Line 1... |
- |
|
1 |
<?php
|
- |
|
2 |
|
- |
|
3 |
$oCustomer = wpsg_customer::getInstance(intval($this->view['basket']['checkout']['k_id']));
|
- |
|
4 |
|
- |
|
5 |
?>
|
1 |
|
6 |
|
2 |
<?php if ($this->hasMod('wpsg_mod_shippingadress') && $this->callMod('wpsg_mod_shippingadress', 'check_different_shippingadress', array('k_id' => $this->view['basket']['checkout']['k_id'], 'o_id' => $this->view['o_id']))) { ?>
|
7 |
<?php if ($this->hasMod('wpsg_mod_shippingadress') && $this->callMod('wpsg_mod_shippingadress', 'check_different_shippingadress', array('k_id' => $this->view['basket']['checkout']['k_id'], 'o_id' => $this->view['o_id']))) { ?>
|
3 |
<h2><?php echo __('Rechnungsadresse:', 'wpsg'); ?></h2>
|
8 |
<h2><?php echo __('Rechnungsadresse:', 'wpsg'); ?></h2>
|
4 |
|
9 |
|
5 |
<table class="contenttable">
|
10 |
<table class="contenttable">
|
Line 38... |
Line 43... |
38 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><?php echo wpsg_hspc($this->view['basket']['checkout']['fax']); ?></td>
|
43 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><?php echo wpsg_hspc($this->view['basket']['checkout']['fax']); ?></td>
|
39 |
</tr>
|
44 |
</tr>
|
40 |
<tr>
|
45 |
<tr>
|
41 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col0"><?php echo __('E-Mail Adresse', 'wpsg'); ?>:</td>
|
46 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col0"><?php echo __('E-Mail Adresse', 'wpsg'); ?>:</td>
|
42 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?>"><?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?></a></td>
|
47 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?>"><?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?></a></td>
|
43 |
</tr>
|
48 |
</tr>
|
- |
|
49 |
<?php $email_einvoice = $oCustomer->getEMailEInvoice(); if ($email_einvoice !== null) { ?>
|
- |
|
50 |
<tr>
|
- |
|
51 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col0"><?php echo __('E-Mail (eRechnung)', 'wpsg'); ?>:</td>
|
- |
|
52 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo htmlspecialchars($email_einvoice); ?>"><?php echo htmlspecialchars($email_einvoice); ?></a></td>
|
- |
|
53 |
</tr>
|
- |
|
54 |
<?php } ?>
|
44 |
</table>
|
55 |
</table>
|
45 |
|
56 |
|
46 |
<h2><?php echo __('Lieferadresse', 'wpsg'); ?>:</h2>
|
57 |
<h2><?php echo __('Lieferadresse', 'wpsg'); ?>:</h2>
|
47 |
|
58 |
|
48 |
<table class="contenttable">
|
59 |
<table class="contenttable">
|
Line 108... |
Line 119... |
108 |
</tr>
|
119 |
</tr>
|
109 |
<tr>
|
120 |
<tr>
|
110 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col0"><?php echo __('E-Mail Adresse', 'wpsg'); ?>:</td>
|
121 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col0"><?php echo __('E-Mail Adresse', 'wpsg'); ?>:</td>
|
111 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?>"><?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?></a></td>
|
122 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?>"><?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?></a></td>
|
112 |
</tr>
|
123 |
</tr>
|
- |
|
124 |
<?php $email_einvoice = $oCustomer->getEMailEInvoice(); if ($email_einvoice !== null) { ?>
|
- |
|
125 |
<tr>
|
- |
|
126 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col0"><?php echo __('E-Mail (eRechnung)', 'wpsg'); ?>:</td>
|
- |
|
127 |
<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo htmlspecialchars($email_einvoice); ?>"><?php echo htmlspecialchars($email_einvoice); ?></a></td>
|
- |
|
128 |
</tr>
|
- |
|
129 |
<?php } ?>
|
113 |
</table>
|
130 |
</table>
|
114 |
|
131 |
|
115 |
<?php } ?>
|
132 |
<?php } ?>
|
116 |
|
133 |
|
117 |
<h2><?php echo __('Bestelldaten', 'wpsg'); ?>:</h2>
|
134 |
<h2><?php echo __('Bestelldaten', 'wpsg'); ?>:</h2>
|