Subversion Repositories wpShopGermany4

Rev

Rev 7706 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7706 Rev 8279
Line 81... Line 81...
81
		<?php /* Block für die Produktbilder ENDE */ ?>
81
		<?php /* Block für die Produktbilder ENDE */ ?>
82
 
82
 
83
		<?php if ($this->get_option('wpsg_showArticelnumber') == '1') { ?>
83
		<?php if ($this->get_option('wpsg_showArticelnumber') == '1') { ?>
84
		<div class="wpsg_artikelnummer">
84
		<div class="wpsg_artikelnummer">
85
			<?php echo __('Artikelnummer', 'wpsg'); ?>: <span class="wpsg_anr"><?php echo wpsg_hspc($this->view['data']['anr']); ?></span><br />
85
			<?php echo __('Artikelnummer', 'wpsg'); ?>: <span class="wpsg_anr"><?php echo wpsg_hspc($this->view['data']['anr']); ?></span><br />
-
 
86
		</div>
-
 
87
		<?php } ?>
-
 
88
		
-
 
89
		<?php $arProductCodes = $oProduct->getAllProductCodes(); ?>
-
 
90
		<?php if (sizeof($arProductCodes) > 0) { ?>
-
 
91
			<div class="product_code_wrap">
86
			<?php if (wpsg_isSizedInt($this->get_option('wpsg_mod_produktartikel_ean'))) {?>
92
			<?php foreach ($arProductCodes as $product_code) { ?>
-
 
93
				<?php if ($product_code !== null) { ?>
-
 
94
					
-
 
95
					<div class="product_code <?php echo $product_code['code_key']; ?>">
87
				<?php echo __('EAN','wpsg');?>:<span class="wpsg_ean"><?php echo wpsg_hspc($this->view['data']['ean']); ?></span><br />
96
						<span class="label"><?php echo $product_code['label']; ?></span>: <span class="code"><?php echo $product_code['code']; ?></span>
-
 
97
					</div>
-
 
98
					
-
 
99
				<?php } ?>
88
			<?php } ?>
100
			<?php } ?>
89
			<?php if (wpsg_isSizedInt($this->get_option('wpsg_mod_produktartikel_gtin'))) {?>
-
 
90
				<?php echo __('GTIN','wpsg');?>:<span class="wpsg_gtin"><?php echo wpsg_hspc($this->view['data']['gtin']); ?></span><br />
-
 
91
			<?php }?></div>
101
			</div>
92
		<?php } ?>
102
		<?php } ?>
93
 
103
		
94
		<?php /* Abfrage Preisanzeige nur für eingeloggte User aktiv und User eingeloggt START*/ ?>
104
		<?php /* Abfrage Preisanzeige nur für eingeloggte User aktiv und User eingeloggt START*/ ?>
95
		<?php if ($this->view['oProduct']->canDisplayPrice()) { ?>
105
		<?php if ($this->view['oProduct']->canDisplayPrice()) { ?>
96
 
106
 
97
			<div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="wpsg_produkt_preis">
107
			<div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="wpsg_produkt_preis">
98
 
108