Subversion Repositories wpShopGermany4

Rev

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

Rev 8007 Rev 8065
Line 6... Line 6...
6
     * Time: 13:45
6
     * Time: 13:45
7
     */
7
     */
8
         
8
         
9
?>
9
?>
10
<div id="wpsg_produkte_table">
10
<div id="wpsg_produkte_table">
-
 
11
    
-
 
12
    <?php
11
 
13
 
-
 
14
        // $oCalculation = new \wpsg\wpsg_calculation();
-
 
15
        // $oCalculation->fromDB(525);        
-
 
16
        // $oCalculation->addProduct($_REQUEST['add_price'], $this->shop->getBackendTaxview(), $oProduct->mwst_key, $_REQUEST['add_amount'], $product_key, $product_index, $order_product_id, $eu);        
-
 
17
        // wpsg_debug($oCalculation->getCalculationArray()['product']);        
-
 
18
        // die();
-
 
19
        
-
 
20
    ?>
-
 
21
    
12
	<?php echo wpsg_drawForm_AdminboxStart(__('Bestelldaten', 'wpsg')); ?>
22
	<?php echo wpsg_drawForm_AdminboxStart(__('Bestelldaten', 'wpsg')); ?>
13
    
23
    
14
	<div id="wpsg_product_table_wrap">
24
	<div id="wpsg_product_table_wrap">
15
        <?php $this->render(WPSG_PATH_VIEW.'order/product_table.phtml'); ?>
25
        <?php $this->render(WPSG_PATH_VIEW.'order/product_table.phtml'); ?>
16
    </div>
26
    </div>