Subversion Repositories wpShopGermany4

Rev

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

Rev 8343 Rev 8344
Line 28... Line 28...
28
 
28
 
29
		<?php 
29
		<?php 
30
 
30
 
31
			$img = array();
31
			$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']));
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']));
33
		
33
 
34
		?>
34
		?>
35
 
35
 
36
		<div style="display: flex; justify-content: center; flex-direction: column; gap: 20px;">
36
		<div style="display: flex; justify-content: center; flex-direction: column; gap: 20px;">
37
			<?php foreach ($img as $i) { ?>
37
			<?php foreach ($img as $i) { ?>
38
				<div class="wpsg_mod_prepayment_info" style="display: flex; gap: 20px; border: 1px solid #000; padding: 20px;">
38
				<div class="wpsg_mod_prepayment_info" style="display: flex; gap: 20px; border: 1px solid #000; padding: 20px;">