Subversion Repositories wpShopGermany4

Rev

Rev 6779 | Rev 7247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6779 Rev 6955
Line 154... Line 154...
154
 
154
 
155
<table class="contenttable">
155
<table class="contenttable">
156
	<tr>
156
	<tr>
157
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col0"><?php echo __('Versandart', 'wpsg'); ?>:</td>
157
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col0"><?php echo __('Versandart', 'wpsg'); ?>:</td>
158
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col1">
158
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col1">
159
			<?php echo $this->arShipping[$this->view['basket']['checkout']['shipping']]['name']; ?>
159
			<?php echo wpsg_hspc($this->arShipping[$this->view['basket']['checkout']['shipping']]['name']); ?>
160
			<?php $this->callMods('mail_shipping'); ?> 
160
			<?php $this->callMods('mail_shipping'); ?> 
161
		</td>		
161
		</td>		
162
	</tr>
162
	</tr>
163
	<tr>
163
	<tr>
164
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col0"><?php echo __('Zahlungsart', 'wpsg'); ?>:
164
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col0"><?php echo __('Zahlungsart', 'wpsg'); ?>:
Line 175... Line 175...
175
?>
175
?>
176
		
176
		
177
		
177
		
178
		</td>
178
		</td>
179
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col1">
179
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col1">
180
			<?php echo $this->arPayment[$this->view['basket']['checkout']['payment']]['name']; ?><br />
180
			<?php echo wpsg_hspc($this->arPayment[$this->view['basket']['checkout']['payment']]['name']); ?><br />
181
			<?php $this->callMods('mail_payment'); ?>
181
			<?php $this->callMods('mail_payment'); ?>
182
		</td>				
182
		</td>				
183
	</tr>
183
	</tr>
184
</table>
184
</table>
185
185