Subversion Repositories wpShopGermany4

Rev

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

Rev 7561 Rev 7867
Line 17... Line 17...
17
 
17
 
18
<h2><?php echo __('Warenkorb', 'wpsg'); ?>:</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['order']['id'])); ?>
23
 
23
 
24
<?php if (wpsg_isSizedString($this->view['basket']['checkout']['comment'])) { ?>
24
<?php if (wpsg_isSizedString($this->view['basket']['checkout']['comment'])) { ?>
25
<h2><?php echo __('Bestellkommentar', 'wpsg') ?></h2>
25
<h2><?php echo __('Bestellkommentar', 'wpsg') ?></h2>
26
<p><?php echo $this->view['basket']['checkout']['comment'] ?></p>
26
<p><?php echo $this->view['basket']['checkout']['comment'] ?></p>
27
<?php } ?>
27
<?php } ?>
28
28