Subversion Repositories wpShopGermany4

Rev

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

Rev 8353 Rev 8369
Line 26... Line 26...
26
		
26
		
27
		<!-- Girocode und QR-Rechnung -->
27
		<!-- Girocode und QR-Rechnung -->
28
 
28
 
29
		<?php 
29
		<?php 
30
 
30
 
-
 
31
		try {
-
 
32
			
31
			$img = array();
33
			$img = array();
32
			$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'], 10, PhpGirocode::OUTPUT_BASE64, $this->get_option('wpsg_mod_prepayment_qrcode_country'), $this->view['basket']));
34
			$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'], 10, PhpGirocode::OUTPUT_BASE64, $this->get_option('wpsg_mod_prepayment_qrcode_country'), $this->view['basket']));
-
 
35
 		
33
 
36
			
34
		?>
37
		?>
35
 
38
 
36
		<div class="wpsg_mod_prepayment_info_wrap">
39
		<div class="wpsg_mod_prepayment_info_wrap">
37
			<?php foreach ($img as $i) { ?>
40
			<?php foreach ($img as $i) { ?>
38
				<div class="wpsg_mod_prepayment_info">
41
				<div class="wpsg_mod_prepayment_info">
39
					<div class="wpsg_mod_prepayment_info_left">
42
					<div class="wpsg_mod_prepayment_info_left">
40
                    <div class="wpsg_mod_prepayment_info_left_qr-download">
43
                    <div class="wpsg_mod_prepayment_info_left_qr-download">
Line 74... Line 77...
74
					</div>
77
					</div>
75
				</div>
78
				</div>
76
			<?php } ?>
79
			<?php } ?>
77
		</div>
80
		</div>
78
 
81
 
-
 
82
		<?php } catch (\Exception $e) { } ?>
79
 
83
 
80
	<?php } else if ($this->get_option('wpsg_mod_prepayment_qrcode_country') == '1') { ?>
84
	<?php } else if ($this->get_option('wpsg_mod_prepayment_qrcode_country') == '1') { ?>
81
 
85
 
82
		<!-- Girocode (EPC) -->
86
		<!-- Girocode (EPC) -->
83
 
87