Subversion Repositories wpShopGermany4

Rev

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

Rev 7329 Rev 7335
Line 164... Line 164...
164
	<tr>
164
	<tr>
165
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col0"><?php echo __('Zahlungsart', 'wpsg'); ?>:
165
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col0"><?php echo __('Zahlungsart', 'wpsg'); ?>:
166
<br />		
166
<br />		
167
 
167
 
168
<?php
168
<?php
-
 
169
	
169
	require_once WPSG_PATH_LIB.'phpgirocode.class.php';
170
	require_once WPSG_PATH_LIB.'phpgirocode.class.php';
-
 
171
	
170
	if (isset($this->view['mod_prepayment']['subject'])) { 
172
	if (isset($this->view['mod_prepayment']['subject'])) {
-
 
173
			
171
		if (in_array('kundenmail.phtml', $this->arTemplateStack)) {
174
		if (in_array('kundenmail.phtml', $this->arTemplateStack)) {
-
 
175
		
172
			echo $this->callMod('wpsg_mod_prepayment', 'genQRCode', array($this->view['basket']['sum']['preis_gesamt_brutto'],
176
			echo $this->callMod('wpsg_mod_prepayment', 'genQRCode', array($this->view['o_id'], $this->view['mod_prepayment']['subject'], $this->view['basket']['sum']['preis_gesamt_brutto'], 3, PhpGirocode::OUTPUT_FILE));
173
				$this->view['mod_prepayment']['subject'], 3, PhpGirocode::OUTPUT_FILE));
-
 
-
 
177
 
174
		}
178
		}
-
 
179
		
175
	}
180
	}
-
 
181
	
176
?>
182
?>
177
		
183
		
178
		
184
		
179
		</td>
185
		</td>
180
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col1">
186
		<td style="padding:2px; line-height:100%; vertical-align:top;" class="col1">