Subversion Repositories wpShopGermany4

Rev

Blame | Last modification | View Log | RSS feed

<?php

        /**
         * Template für die Anzeige der FlächenProdukte im Overview
         */

?>
<div class="product_info">

        <div>
                <span class="fa fa-cut"></span>
                <?php echo __('Bemessungen', 'wpsg');?>:
                <strong><?php if (($this->hasMod('wpsg_mod_surfaceproduct_mode')) == '1') {?>
                
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>  
                
                <?php } else {?>
                
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>
                
                <?php } ?></strong>     
                
        </div>

</div>