Subversion Repositories wpShopGermany4

Rev

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

Rev 6331 Rev 6332
Line 20... Line 20...
20
		<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
20
		<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
21
			<?php echo wpsg_ff($this->view['data']['mwst_value'], '%'); ?>
21
			<?php echo wpsg_ff($this->view['data']['mwst_value'], '%'); ?>
22
		<?php } ?>
22
		<?php } ?>
23
    </div>
23
    </div>
24
    <div class="valuer">
24
    <div class="valuer">
25
		<input name="wpsg_mod_basketteaser_row[<?php echo $this->view['data']['id']; ?>]" type="text" size="3" value="1" />
25
		<input name="wpsg_mod_basketteaser_row[<?php echo $this->view['data']['id']; ?>]" type="text" size="3" value="0" />
26
    </div>
26
    </div>
27
    <div class="valuer">
27
    <div class="valuer">
28
		<a href="#" onclick="return wpsg_mod_basketteaser_add(<?php echo $this->view['data']['id']; ?>);"><?php echo __('Hinzufügen', 'wpsg'); ?></a>
28
		<a href="#" onclick="return wpsg_mod_basketteaser_add(<?php echo $this->view['data']['id']; ?>);"><?php echo __('Hinzufügen', 'wpsg'); ?></a>
29
    </div>
29
    </div>
30
    
30
 
31
</div>
31
</div>
32
<br />
32
<br />
33
33