Subversion Repositories wpShopGermany4

Rev

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

Rev 7812 Rev 7867
Line 360... Line 360...
360
                            			try { $oAbo = wpsg_abo::getFromOrderAndOrderProduct($oOrder->getId(), $oOrderProduct->getId()); } catch (\Exception $e) {  }
360
                            			try { $oAbo = wpsg_abo::getFromOrderAndOrderProduct($oOrder->getId(), $oOrderProduct->getId()); } catch (\Exception $e) {  }
361
                            			
361
                            			
362
                                    }
362
                                    }
363
								
363
								
364
								?>
364
								?>
365
                            
365
 
-
 
366
                                <?php
-
 
367
 
366
                                <?php echo wpsg_translate(__('#1# x <a href="#2#">#3#</a> für je #4#', 'wpsg'),
368
                                    echo wpsg_translate(__('#1# x <a href="#2#">#3#</a> für je #4#', 'wpsg'),
367
                                    $oOrderProduct->getCount(),
369
                                        $oOrderProduct->getCount(),
368
									wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id='.$oOrderProduct->getProductId(), 'wpsg-product-edit-'.wpsg_getInt($product_id)),
370
                                        wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id='.$oOrderProduct->getProductId(), 'wpsg-product-edit-'.wpsg_getInt($product_id)),
369
                                    $oOrderProduct->getProductName(),
371
                                        $oOrderProduct->getProductName(),
370
                                    wpsg_ff($oOrderProduct->getOneAmount(), $this->get_option('wpsg_currency'))
372
                                        wpsg_ff($oOrderProduct->getOneAmount(), $this->get_option('wpsg_currency'))
-
 
373
                                    );
-
 
374
 
371
                                ); ?><br />
375
                                ?><br />
372
                                
376
                                
373
                                <?php if ($oAbo !== null) { ?>
377
                                <?php if ($oAbo !== null) { ?>
374
 
378
 
375
									<?php
379
									<?php
376
									 
380