/produkttemplates/standard.phtml |
---|
79,7 → 79,7 |
<?php } ?> |
<?php /* Abfrage Preisanzeige nur für eingeloggte User aktiv und User eingeloggt START*/ ?> |
<?php if ($this->hasMod('wpsg_mod_kundenverwaltung') && $this->view['oProduct']->canDisplayPrice()) { ?> |
<?php if ($this->view['oProduct']->canDisplayPrice()) { ?> |
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="wpsg_produkt_preis"> |
/produkttemplates/standard2.phtml |
---|
78,7 → 78,7 |
<?php } ?> |
<?php /* Abfrage Preisanzeige nur für eingeloggte User aktiv und User eingeloggt START*/ ?> |
<?php if ($this->hasMod('wpsg_mod_kundenverwaltung') && $this->view['oProduct']->canDisplayPrice()) { ?> |
<?php if ($this->view['oProduct']->canDisplayPrice()) { ?> |
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="wpsg_produkt_preis"> |