Subversion Repositories wpShopGermany4

Rev

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

Rev 7094 Rev 7561
Line 13... Line 13...
13
 
13
 
14
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/customer.phtml'); ?>
14
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/customer.phtml'); ?>
15
 
15
 
16
<br />
16
<br />
17
 
17
 
18
<h2><?php echo __('Warenkorb', 'wpsg'); ?> <a href="<?php echo WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=view&edit_id='.$this->view['o_id']; ?>"><?php echo __('Bestellverwaltung', 'wpsg'); ?></a>:</h2>
18
<h2><?php echo __('Warenkorb', 'wpsg'); ?>:</h2>
19
 
19
 
20
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/order.phtml'); ?> 
20
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/order.phtml'); ?> 
21
 
21
 
22
<?php $this->callMods('mail_aftercalculation', array(&$this->view['basket']['checkout']['o_id'])); ?> 
22
<?php $this->callMods('mail_aftercalculation', array(&$this->view['basket']['checkout']['o_id'])); ?> 
23
 
23