Subversion Repositories wpShopGermany4

Rev

Rev 5767 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5767 Rev 6242
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
    /**
3
    /**
4
     * Integration der Variantenauswahl in die Produktverwaltung
4
     * Integration der Variantenauswahl in die Produktverwaltung
5
     */
5
     */
6
   
6
  
-
 
7
    die("VERALTETES TEMPLATE");
-
 
8
 
7
?>
9
?>
8
 
10
 
9
<div class="wpsg_mod_productvariants_product_wrap" id="wpsg_mod_productvariants_product_wrap_<?php echo $GLOBALS['wpsg_produkt_index']; ?>" wpsg-productindex="<?php echo $GLOBALS['wpsg_produkt_index']; ?>">
11
<div class="wpsg_mod_productvariants_product_wrap" id="wpsg_mod_productvariants_product_wrap_<?php echo $GLOBALS['wpsg_produkt_index']; ?>" wpsg-productindex="<?php echo $GLOBALS['wpsg_produkt_index']; ?>">
10
    <?php foreach ($this->view['wpsg_mod_productvariants']['arVariants'] as $var) { ?>
12
    <?php foreach ($this->view['wpsg_mod_productvariants']['arVariants'] as $var) { ?>
11
    
13