Subversion Repositories wpShopGermany4

Rev

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

Rev 5759 Rev 5760
Line 4... Line 4...
4
     * Integration der Variantenauswahl in die Produktverwaltung
4
     * Integration der Variantenauswahl in die Produktverwaltung
5
     */
5
     */
6
 
6
 
7
?>
7
?>
8
 
8
 
-
 
9
<div class="wpsg_mod_variants_product_wrap">
9
<?php foreach ($this->view['wpsg_mod_productvariants']['arVariants'] as $var) { ?>
10
    <?php foreach ($this->view['wpsg_mod_productvariants']['arVariants'] as $var) { ?>
10
 
-
 
11
        
-
 
12
    
11
    
-
 
12
        <div class="wpsg_mod_variants_product">
-
 
13
            
-
 
14
            
-
 
15
            
-
 
16
        </div>        
-
 
17
        
13
<?php } ?>
18
    <?php } ?>
-
 
19
</div>