6958 |
thomas |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Anzeige der FlächenProdukte im Warenkorb
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
|
|
8 |
<div class="product_info">
|
|
|
9 |
|
|
|
10 |
<div>
|
|
|
11 |
<span class="fa fa-cut"></span>
|
|
|
12 |
<?php echo __('Bemessungen', 'wpsg');?>:
|
|
|
13 |
<strong><?php if (($this->hasMod('wpsg_mod_surfaceproduct_mode')) == '1') {?>
|
|
|
14 |
|
|
|
15 |
<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
|
|
|
16 |
<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>
|
|
|
17 |
|
|
|
18 |
<?php } else {?>
|
|
|
19 |
|
|
|
20 |
<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
|
|
|
21 |
<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>
|
|
|
22 |
|
|
|
23 |
<?php } ?></strong>
|
|
|
24 |
|
|
|
25 |
</div>
|
|
|
26 |
|
|
|
27 |
</div>
|