Line 109... |
Line 109... |
109 |
<a title="<?php echo __('Zur Detailseite des Produkts', 'wpsg'); ?>" href="<?php echo wpsg_url($p['url']); ?>"><?php echo $this->getProductName($this->getProduktID($p['id']), true); ?></a>
|
109 |
<a title="<?php echo __('Zur Detailseite des Produkts', 'wpsg'); ?>" href="<?php echo wpsg_url($p['url']); ?>"><?php echo $this->getProductName($this->getProduktID($p['id']), true); ?></a>
|
110 |
</div>
|
110 |
</div>
|
111 |
<div class="wpsg_mod_productindex_infos">
|
111 |
<div class="wpsg_mod_productindex_infos">
|
112 |
<div class="wpsg_mod_productindex_weight">
|
112 |
<div class="wpsg_mod_productindex_weight">
|
113 |
<?php if ($this->hasMod('wpsg_mod_weight') && $this->get_option('wpsg_mod_weight_showProductindex') == '1') { ?>
|
113 |
<?php if ($this->hasMod('wpsg_mod_weight') && $this->get_option('wpsg_mod_weight_showProductindex') == '1') { ?>
|
- |
|
114 |
<?php if (($p['weight']) > '0') { ?>
|
114 |
<?php if ($p['min_weight'] == $p['max_weight']) { ?>
|
115 |
<?php if ($p['min_weight'] == $p['max_weight']) { ?>
|
115 |
<?php echo wpsg_translate(__('Gewicht: #1#', 'wpsg'), wpsg_ff($p['weight'], $this->get_option('wpsg_mod_weight_unit'))); ?>
|
116 |
<?php echo wpsg_translate(__('Gewicht: #1#', 'wpsg'), wpsg_ff($p['weight'], $this->get_option('wpsg_mod_weight_unit'))); ?>
|
116 |
<?php } else { ?>
|
117 |
<?php } else { ?>
|
117 |
<?php echo wpsg_translate(__('Gewicht: ab #1#', 'wpsg'), wpsg_ff($p['min_weight'], $this->get_option('wpsg_mod_weight_unit'))); ?>
|
118 |
<?php echo wpsg_translate(__('Gewicht: ab #1#', 'wpsg'), wpsg_ff($p['min_weight'], $this->get_option('wpsg_mod_weight_unit'))); ?>
|
- |
|
119 |
<?php } ?>
|
118 |
<?php } ?>
|
120 |
<?php } ?>
|
119 |
<?php } ?>
|
121 |
<?php } ?>
|
120 |
</div>
|
122 |
</div>
|
121 |
|
123 |
|
122 |
<div class="wpsg_mod_productindex_fmenge">
|
124 |
<div class="wpsg_mod_productindex_fmenge">
|
123 |
<?php if ($this->hasMod('wpsg_mod_fuellmenge') && $this->get_option('wpsg_mod_fuellmenge_showProductindex_fmenge') == '1') { ?>
|
125 |
<?php if ($this->hasMod('wpsg_mod_fuellmenge') && $this->get_option('wpsg_mod_fuellmenge_showProductindex_fmenge') == '1') { ?>
|
- |
|
126 |
<?php if (($p['fmenge']) > '0') { ?>
|
124 |
<?php echo wpsg_translate(__('Füllmenge: #1#', 'wpsg'), wpsg_ff($p['fmenge'], $p['feinheit'])); ?>
|
127 |
<?php echo wpsg_translate(__('Füllmenge: #1#', 'wpsg'), wpsg_ff($p['fmenge'], $p['feinheit'])); ?>
|
- |
|
128 |
<br />
|
- |
|
129 |
<?php if ($this->get_option('wpsg_mod_fuellmenge_showProductindex_grundpreis') == '1') { ?>
|
- |
|
130 |
<?php echo wpsg_translate(__('Grundpreis: #1# / #2#', 'wpsg'),
|
- |
|
131 |
wpsg_ff($p['fmenge_preis'], $this->get_option('wpsg_currency')),
|
- |
|
132 |
wpsg_ff($this->get_option('wpsg_mod_fuellmenge_bezug'), $p['feinheit'])
|
- |
|
133 |
); ?>
|
- |
|
134 |
<?php } ?>
|
- |
|
135 |
<?php } ?>
|
125 |
<?php } ?>
|
136 |
<?php } ?>
|
126 |
</div>
|
137 |
</div>
|
127 |
|
- |
|
128 |
<div class="wpsg_mod_productindex_gpreis">
|
- |
|
129 |
<?php if ($this->hasMod('wpsg_mod_fuellmenge') && $this->get_option('wpsg_mod_fuellmenge_showProductindex_grundpreis') == '1') { ?>
|
- |
|
130 |
<?php echo wpsg_translate(__('Grundpreis: #1# / #2#', 'wpsg'),
|
- |
|
131 |
wpsg_ff($p['fmenge_preis'], $this->get_option('wpsg_currency')),
|
- |
|
132 |
wpsg_ff($this->get_option('wpsg_mod_fuellmenge_bezug'), $p['feinheit'])
|
- |
|
133 |
); ?>
|
- |
|
134 |
<?php } ?>
|
- |
|
135 |
</div>
|
- |
|
136 |
</div>
|
138 |
</div>
|
137 |
|
139 |
|
138 |
<?php if ($this->hasMod('wpsg_mod_stock') && $this->get_option('wpsg_mod_stock_showProductindex') == '1') { ?>
|
140 |
<?php if ($this->hasMod('wpsg_mod_stock') && $this->get_option('wpsg_mod_stock_showProductindex') == '1') { ?>
|
139 |
<div class="wpsg_mod_produktindex_stock">
|
141 |
<div class="wpsg_mod_produktindex_stock">
|
140 |
<?php echo wpsg_translate(__('Lagerbestand: #1#','wpsg'), $p['stock']); ?>
|
142 |
<?php echo wpsg_translate(__('Lagerbestand: #1#','wpsg'), $p['stock']); ?>
|