Subversion Repositories wpShopGermany4

Rev

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

Rev 7110 Rev 7335
Line 15... Line 15...
15
<?php echo wpsg_translate(__('BIC-/SWIFT-Code: #1#', 'wpsg'), $this->replaceUniversalPlatzhalter($this->get_option('wpsg_mod_prepayment_swift'))); ?> 
15
<?php echo wpsg_translate(__('BIC-/SWIFT-Code: #1#', 'wpsg'), $this->replaceUniversalPlatzhalter($this->get_option('wpsg_mod_prepayment_swift'))); ?> 
16
<br /><br />
16
<br /><br />
17
<?php echo wpsg_translate(__('Bitte als Betreff angeben: "#1#"', 'wpsg'), $this->view['wpsg_mod_prepayment']['subject']); ?>
17
<?php echo wpsg_translate(__('Bitte als Betreff angeben: "#1#"', 'wpsg'), $this->view['wpsg_mod_prepayment']['subject']); ?>
18
 
18
 
19
<?php if (isset($this->view['wpsg_mod_prepayment']['subject'])) { ?>
19
<?php if (isset($this->view['wpsg_mod_prepayment']['subject'])) { ?>
-
 
20
	
-
 
21
	<p>
20
	<p><?php echo __('Wenn Ihre Banking-App Girocode unterstützt, können Sie diesen QRCode scannen.', 'wpsg'); ?></p>
22
		<?php echo __('Wenn Ihre Banking-App Girocode unterstützt, können Sie diesen QRCode scannen.', 'wpsg'); ?>
-
 
23
	</p>
-
 
24
	
21
	<?php 
25
	<?php 
-
 
26
	
22
		require_once WPSG_PATH_LIB.'phpgirocode.class.php';
27
		require_once WPSG_PATH_LIB.'phpgirocode.class.php';
-
 
28
	
-
 
29
		$img = $this->callMod('wpsg_mod_prepayment', 'genQRCode', array($this->view['o_id'], $this->view['wpsg_mod_prepayment']['subject'], $this->view['basket']['sum']['preis_gesamt_brutto'], 8, PhpGirocode::OUTPUT_BASE64));
-
 
30
	
-
 
31
		echo '<img src="data:image/png;base64,'.$img.'" />';
23
		
32
		
24
		$img = $this->callMod('wpsg_mod_prepayment', 'genQRCode', array($this->view['basket']['sum']['preis_gesamt_brutto'],
-
 
25
			$this->view['wpsg_mod_prepayment']['subject'], 8, PhpGirocode::OUTPUT_BASE64));
-
 
26
	?>
33
	?>
27
	<img src="data:image/gif;base64,<?php echo $img; ?>" alt="" />
-
 
28
		
34
	
29
  	<pre style="display:none;"><?php 	echo $this->callMod('wpsg_mod_prepayment', 'genQRCode', array($this->view['basket']['sum']['preis_gesamt_brutto'],
-
 
30
  			$this->view['wpsg_mod_prepayment']['subject'], 8, PhpGirocode::OUTPUT_TEST));
-
 
31
	?></pre>
-
 
32
<?php } ?>
35
<?php } ?>
33
36