Line 132... |
Line 132... |
132 |
<?php echo wpsg_translate(__('Lagerbestand: #1#','wpsg'), $p['stock']); ?>
|
132 |
<?php echo wpsg_translate(__('Lagerbestand: #1#','wpsg'), $p['stock']); ?>
|
133 |
</div>
|
133 |
</div>
|
134 |
<?php } ?>
|
134 |
<?php } ?>
|
135 |
|
135 |
|
136 |
<?php /*Abfrage Preisanzeige nur für eingeloggte Benutzer START*/?>
|
136 |
<?php /*Abfrage Preisanzeige nur für eingeloggte Benutzer START*/?>
|
137 |
<?php if (($this->callMod('wpsg_mod_kundenverwaltung', 'isLoggedIn') && ($this->get_option('wpsg_mod_kundenverwaltung_preisAnzeige') == '1')) || ($this->get_option('wpsg_mod_kundenverwaltung_preisAnzeige') == '0')) { ?>
|
137 |
<?php if ($this->canDisplayPrice()) { ?>
|
138 |
<?php if ($this->hasMod('wpsg_mod_discount') && $this->get_option('wpsg_mod_discount_productindex') == '1') { ?>
|
138 |
<?php if ($this->hasMod('wpsg_mod_discount') && $this->get_option('wpsg_mod_discount_productindex') == '1') { ?>
|
139 |
|
139 |
|
140 |
<?php $oldPrice = $oProduct->getOldPrice(); ?>
|
140 |
<?php $oldPrice = $oProduct->getOldPrice(); ?>
|
141 |
|
141 |
|
142 |
<?php if ($oldPrice !== false && $oldPrice != $oProduct->getPrice($this->view['data']['product_key'])) { ?>
|
142 |
<?php if ($oldPrice !== false && $oldPrice != $oProduct->getPrice($this->view['data']['product_key'])) { ?>
|