Line 43... |
Line 43... |
43 |
<?php foreach ((array)$order['arProdukte'] as $p) { ?>
|
43 |
<?php foreach ((array)$order['arProdukte'] as $p) { ?>
|
44 |
<tr>
|
44 |
<tr>
|
45 |
<td class="col_name">
|
45 |
<td class="col_name">
|
46 |
<a href="<?php echo $p['url']; ?>"><?php echo $this->getProductName($this->getProduktID($p['id']), true); ?></a>
|
46 |
<a href="<?php echo $p['url']; ?>"><?php echo $this->getProductName($this->getProduktID($p['id']), true); ?></a>
|
47 |
<br /><?php echo __('Artikelnummer', 'wpsg'); ?>: <?php echo $p['anr']; ?>
|
47 |
<br /><?php echo __('Artikelnummer', 'wpsg'); ?>: <?php echo $p['anr']; ?>
|
48 |
<?php if ($this->hasMod('wpsg_mod_varianten') && wpsg_isSizedString($p['mod_vp_varkey'])) { $arVarInfo = $this->callMod('wpsg_mod_varianten', 'getVariantenInfoArray', array($p['mod_vp_varkey'])); ?>
|
48 |
<?php if ($this->hasMod('wpsg_mod_productvariants') && wpsg_isSizedString($p['mod_vp_varkey'])) { $arVarInfo = $this->callMod('wpsg_mod_productvariants', 'getVariantenInfoArray', array($p['mod_vp_varkey'])); ?>
|
49 |
<br /><?php echo __('Variante', 'wpsg'); ?>: <?php echo $arVarInfo['key']; ?>
|
49 |
<br /><?php echo __('Variante', 'wpsg'); ?>: <?php echo $arVarInfo['key']; ?>
|
50 |
<?php } ?>
|
50 |
<?php } ?>
|
51 |
<?php if ($this->hasMod('wpsg_mod_downloadplus')) { ?>
|
51 |
<?php if ($this->hasMod('wpsg_mod_downloadplus')) { ?>
|
52 |
<?php if ($this->callMod('wpsg_mod_downloadplus', 'isPDFProdukt', array($p['id'])) === true) { $arDownloads = $this->callMod('wpsg_mod_downloadplus', 'getIndivFiles', array($p['id'], $order['id'])); ?>
|
52 |
<?php if ($this->callMod('wpsg_mod_downloadplus', 'isPDFProdukt', array($p['id'])) === true) { $arDownloads = $this->callMod('wpsg_mod_downloadplus', 'getIndivFiles', array($p['id'], $order['id'])); ?>
|
53 |
<?php foreach ((array)$arDownloads as $d) { ?>
|
53 |
<?php foreach ((array)$arDownloads as $d) { ?>
|