Line 108... |
Line 108... |
108 |
<?php echo wpsg_translate(__('Gewicht: ab #1#', 'wpsg'), wpsg_ff($p['min_weight'], $this->get_option('wpsg_mod_weight_unit'))); ?>
|
108 |
<?php echo wpsg_translate(__('Gewicht: ab #1#', 'wpsg'), wpsg_ff($p['min_weight'], $this->get_option('wpsg_mod_weight_unit'))); ?>
|
109 |
<?php } ?>
|
109 |
<?php } ?>
|
110 |
<?php } ?>
|
110 |
<?php } ?>
|
111 |
<?php } ?>
|
111 |
<?php } ?>
|
112 |
</div>
|
112 |
</div>
|
113 |
|
113 |
|
114 |
<div class="wpsg_mod_productindex_fmenge">
|
- |
|
115 |
<?php if ($this->hasMod('wpsg_mod_fuellmenge') && $this->get_option('wpsg_mod_fuellmenge_showProductindex_fmenge') == '1') { ?>
|
- |
|
116 |
<?php if (($p['fmenge']) > '0') { ?>
|
- |
|
117 |
<?php echo wpsg_translate(__('Füllmenge: #1#', 'wpsg'), wpsg_ff($p['fmenge'], $p['feinheit'])); ?>
|
- |
|
118 |
<br />
|
- |
|
119 |
<?php if ($this->get_option('wpsg_mod_fuellmenge_showProductindex_grundpreis') == '1') { ?>
|
- |
|
120 |
<?php echo wpsg_translate(__('Grundpreis: #1# / #2#', 'wpsg'),
|
- |
|
121 |
wpsg_ff($p['fmenge_preis'], $this->get_option('wpsg_currency')),
|
- |
|
122 |
wpsg_ff($this->get_option('wpsg_mod_fuellmenge_bezug'), $p['feinheit'])
|
- |
|
123 |
); ?>
|
- |
|
124 |
<?php } ?>
|
- |
|
125 |
<?php } ?>
|
- |
|
126 |
<?php } ?>
|
- |
|
127 |
</div>
|
- |
|
128 |
</div>
|
114 |
</div>
|
129 |
|
115 |
|
130 |
<?php if ($this->hasMod('wpsg_mod_stock') && $this->get_option('wpsg_mod_stock_showProductindex') == '1') { ?>
|
116 |
<?php if ($this->hasMod('wpsg_mod_stock') && $this->get_option('wpsg_mod_stock_showProductindex') == '1') { ?>
|
131 |
<div class="wpsg_mod_produktindex_stock">
|
117 |
<div class="wpsg_mod_produktindex_stock">
|
132 |
<?php echo wpsg_translate(__('Lagerbestand: #1#','wpsg'), $p['stock']); ?>
|
118 |
<?php echo wpsg_translate(__('Lagerbestand: #1#','wpsg'), $p['stock']); ?>
|
Line 170... |
Line 156... |
170 |
<?php } ?>
|
156 |
<?php } ?>
|
171 |
<?php }else{?>
|
157 |
<?php }else{?>
|
172 |
<?php echo wpsg_translate(__('Preise nur für eingeloggte Benutzer', 'wpsg')); ?>
|
158 |
<?php echo wpsg_translate(__('Preise nur für eingeloggte Benutzer', 'wpsg')); ?>
|
173 |
<?php } /* Abfrage Preisanzeige nur für eingeloggte Benutzer ENDE */?>
|
159 |
<?php } /* Abfrage Preisanzeige nur für eingeloggte Benutzer ENDE */?>
|
174 |
|
160 |
|
- |
|
161 |
<div class="wpsg_mod_productindex_fmenge">
|
- |
|
162 |
<?php if ($this->hasMod('wpsg_mod_fuellmenge') && $this->get_option('wpsg_mod_fuellmenge_showProductindex_fmenge') == '1') { ?>
|
- |
|
163 |
<?php echo $this->callMod('wpsg_mod_fuellmenge', 'renderPriceInfo', [$oProduct->getPrice($p['product_key']), $p['fmenge'], $oProduct->getId()]); ?>
|
- |
|
164 |
<?php } ?>
|
- |
|
165 |
</div>
|
- |
|
166 |
|
175 |
<div class="wpsg_mod_productindex_button">
|
167 |
<div class="wpsg_mod_productindex_button">
|
176 |
|
168 |
|
177 |
<?php //if ($this->hasMod('wpsg_mod_stock') && $this->callMod('wpsg_mod_stock', 'checkBestand', array($this->getProduktID($p['id']), 1)) === false) { ?>
|
169 |
<?php //if ($this->hasMod('wpsg_mod_stock') && $this->callMod('wpsg_mod_stock', 'checkBestand', array($this->getProduktID($p['id']), 1)) === false) { ?>
|
178 |
<?php if (false) { ?>
|
170 |
<?php if (false) { ?>
|
179 |
<span class="wpsg_produkt_soldout"><?php echo __('Produkt ausverkauft', 'wpsg'); ?></span>
|
171 |
<span class="wpsg_produkt_soldout"><?php echo __('Produkt ausverkauft', 'wpsg'); ?></span>
|