162,12 → 162,12 |
|
<div class="wpsg_clear"></div> |
|
<?php /* Lagerbestand START*/?> |
<?php /* Lagerbestand START*/ ?> |
<?php if ($this->hasMod('wpsg_mod_stock') && $this->get_option('wpsg_mod_stock_showProduct') == '1') { ?> |
|
<div class="wpsg_mod_produktindex_stock"> |
|
<?php if (($this->view['data']['stock']) > '0') {?> |
<?php if (intval($this->view['data']['stock']) > 0) {?> |
|
<label><?php echo __('Lagerbestand', 'wpsg'); ?></label> |
<?php echo wpsg_translate(__('#1# Artikel auf Lager','wpsg'), $this->view['data']['stock']); ?> |
174,13 → 174,13 |
|
<?php } else { ?> |
|
<label><?php echo wpsg_translate(__('', 'wpsg')); ?></label> |
<label><?php echo wpsg_translate(__('Ausverkauft', 'wpsg')); ?></label> |
|
<?php } ?> |
|
</div> |
<?php } ?> |
<?php /* Lagerbestand ENDE*/?> |
<?php /* Lagerbestand ENDE*/ ?> |
|
<?php /* Füllmengenanzeige START */ ?> |
<?php if ($this->hasMod('wpsg_mod_fuellmenge')) { ?> |