Line 3... |
Line 3... |
3 |
/**
|
3 |
/**
|
4 |
* Template für die Integration der Warenkorbteaserprodukte innerhalb des Warenkorbs
|
4 |
* Template für die Integration der Warenkorbteaserprodukte innerhalb des Warenkorbs
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
?>
|
7 |
?>
|
8 |
<tr class="wpsg_mod_basketteaser_row_<?php echo $this->view['data']['id']; ?> wpsg_<?php echo (($this->view['wpsg_mod_productvars']['i'] == 0)?'odd':'even'); ?>">
|
8 |
<div class="wpsg_mod_basketteaser_row wpsg_mod_basketteaser_row_<?php echo $this->view['data']['id']; ?>">
|
9 |
<td class="wpsg_cell_number"> </td>
|
- |
|
10 |
<td class="wpsg_cell_name">
|
9 |
<div class="valuel">
|
11 |
<?php if ($this->getProduktLink($this->view['data'])) { ?>
|
10 |
<?php if ($this->getProduktLink($this->view['data'])) { ?>
|
12 |
<a href="<?php echo $this->getProduktLink($this->view['data']); ?>"><?php echo wpsg_hspc((($this->view['data']['detailname'] != '')?$this->view['data']['detailname']:$this->view['data']['name'])); ?></a>
|
11 |
<a href="<?php echo $this->getProduktLink($this->view['data']); ?>"><?php echo wpsg_hspc((($this->view['data']['detailname'] != '')?$this->view['data']['detailname']:$this->view['data']['name'])); ?></a>
|
13 |
<?php } else { ?>
|
12 |
<?php } else { ?>
|
14 |
<?php echo wpsg_hspc((($this->view['data']['detailname'] != '')?$this->view['data']['detailname']:$this->view['data']['name'])); ?>
|
13 |
<?php echo wpsg_hspc((($this->view['data']['detailname'] != '')?$this->view['data']['detailname']:$this->view['data']['name'])); ?>
|
15 |
<?php } ?>
|
14 |
<?php } ?>
|
16 |
</td>
|
15 |
</div>
|
- |
|
16 |
<div class="valuel">
|
17 |
<td class="wpsg_cell_preis"><?php echo wpsg_ff($this->view['data']['preis'], $this->get_option('wpsg_currency')); ?></td>
|
17 |
<?php echo wpsg_ff($this->view['data']['preis'], $this->get_option('wpsg_currency')); ?>
|
- |
|
18 |
</div>
|
- |
|
19 |
<div class="valuel">
|
18 |
<?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') { ?>
|
19 |
<td class="wpsg_cell_mwst"><?php echo wpsg_ff($this->view['data']['mwst_value'], '%'); ?></td>
|
21 |
<?php echo wpsg_ff($this->view['data']['mwst_value'], '%'); ?>
|
20 |
<?php } ?>
|
22 |
<?php } ?>
|
- |
|
23 |
</div>
|
- |
|
24 |
<div class="valuer">
|
21 |
<td class="wpsg_cell_menge"><input name="wpsg_mod_basketteaser_row[<?php echo $this->view['data']['id']; ?>]" type="text" size="3" value="0" /></td>
|
25 |
<input name="wpsg_mod_basketteaser_row[<?php echo $this->view['data']['id']; ?>]" type="text" size="3" value="0" />
|
- |
|
26 |
</div>
|
22 |
<td class="wpsg_cell_gesamtpreis">
|
27 |
<div class="valuer">
|
23 |
<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>
|
24 |
</td>
|
- |
|
25 |
</tr>
|
- |
|
26 |
|
29 |
</div>
|
- |
|
30 |
|
- |
|
31 |
</div>
|
- |
|
32 |
<br />
|
- |
|
33 |
|
27 |
|
34 |
|