Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 6232
Line 159... Line 159...
159
			<?php echo $this->arShipping[$this->view['basket']['checkout']['shipping']]['name']; ?>
159
			<?php echo $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'); ?>:</td>
164
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col0"><?php echo __('Zahlungsart', 'wpsg'); ?>:
-
 
165
<br />		
-
 
166
 
-
 
167
<?php
-
 
168
	require_once WPSG_PATH_LIB.'phpgirocode.class.php';
-
 
169
	if (isset($this->view['mod_prepayment']['subject'])) { 
-
 
170
		if (in_array('kundenmail.phtml', $this->arTemplateStack)) {
-
 
171
			echo $this->callMod('wpsg_mod_prepayment', 'genQRCode', array($this->view['basket']['sum']['preis_gesamt_brutto'],
-
 
172
				$this->view['mod_prepayment']['subject'], 3, PhpGirocode::OUTPUT_FILE));
-
 
173
		}
-
 
174
	}
-
 
175
?>
-
 
176
		
-
 
177
		
-
 
178
		</td>
165
		<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">
166
			<?php echo $this->arPayment[$this->view['basket']['checkout']['payment']]['name']; ?><br />
180
			<?php echo $this->arPayment[$this->view['basket']['checkout']['payment']]['name']; ?><br />
167
			<?php $this->callMods('mail_payment'); ?>
181
			<?php $this->callMods('mail_payment'); ?>
168
		</td>				
182
		</td>				
169
	</tr>
183
	</tr>