Line 47... |
Line 47... |
47 |
</tr>
|
47 |
</tr>
|
48 |
</thead>
|
48 |
</thead>
|
49 |
<tbody>
|
49 |
<tbody>
|
50 |
|
50 |
|
51 |
<tr><td colspan="<?php echo $this->view['colspan'] + 1; ?>" style="line-height:2px; height:2px; background-color:#999999; padding:0px;"></td></tr>
|
51 |
<tr><td colspan="<?php echo $this->view['colspan'] + 1; ?>" style="line-height:2px; height:2px; background-color:#999999; padding:0px;"></td></tr>
|
52 |
<?php $i = 0; foreach ($arCalculation['product'] as $p) { $i ++; $product_price = $p[$display]; ?>
|
52 |
<?php $i = 0; foreach ($arCalculation['product'] as $p) { $i ++; $product_price = $p[$display.'_single']; ?>
|
53 |
<tr class="wpsg_<?php echo (($i % 2 == 0)?'odd':'even'); ?>">
|
53 |
<tr class="wpsg_<?php echo (($i % 2 == 0)?'odd':'even'); ?>">
|
54 |
<td colspan="<?php echo $this->view['colspan'] + 1; ?>">
|
54 |
<td colspan="<?php echo $this->view['colspan'] + 1; ?>">
|
55 |
|
55 |
|
56 |
<?php if (wpsg_isTrue($p['eu'])) { ?>
|
56 |
<?php if (wpsg_isTrue($p['eu'])) { ?>
|
57 |
<img src="<?php echo WPSG_URL; ?>views/gfx/eu.png" alt="<?php echo __('Produkt unterliegt der EU-Leistungsortregel', 'wpsg'); ?>" title="<?php echo __('Produkt unterliegt der EU-Leistungsortregel', 'wpsg'); ?>" height="14" />
|
57 |
<img src="<?php echo WPSG_URL; ?>views/gfx/eu.png" alt="<?php echo __('Produkt unterliegt der EU-Leistungsortregel', 'wpsg'); ?>" title="<?php echo __('Produkt unterliegt der EU-Leistungsortregel', 'wpsg'); ?>" height="14" />
|