Subversion Repositories wpShopGermany4

Rev

Rev 8420 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8420 Rev 8456
Line 164... Line 164...
164
		<?php } ?>
164
		<?php } ?>
165
 
165
 
166
		<?php if (wpsg_isSizedString($this->view['basket']['checkout']['ustidnr'])) { ?>
166
		<?php if (wpsg_isSizedString($this->view['basket']['checkout']['ustidnr'])) { ?>
167
		<?php echo __('UStIdNr.', 'wpsg'); ?>: <?php echo wpsg_hspc($this->view['basket']['checkout']['ustidnr']); ?><br /><br />
167
		<?php echo __('UStIdNr.', 'wpsg'); ?>: <?php echo wpsg_hspc($this->view['basket']['checkout']['ustidnr']); ?><br /><br />
168
		<?php } ?>
168
		<?php } ?>
-
 
169
		
-
 
170
		<?php if (trim($this->view['basket']['checkout']['email_einvoice']??'') !== '') { ?>
-
 
171
		<div class="einvoice_input">
-
 
172
			<span><?php echo __('E-Mail für eRechnung:', 'wpsg'); ?></span>
-
 
173
			<span><?php echo $this->view['basket']['checkout']['email_einvoice']; ?></span>
-
 
174
		</div>
-
 
175
		<?php } ?>
169
 
176
 
170
		<div class="subtitle">
177
		<div class="subtitle">
171
			<?php echo __('Bestellte Produkte', 'wpsg'); ?>&nbsp;
178
			<?php echo __('Bestellte Produkte', 'wpsg'); ?>&nbsp;
172
			<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_BASKET)); ?></span>
179
			<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_BASKET)); ?></span>
173
		</div>
180
		</div>