Subversion Repositories wpShopGermany4

Rev

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

Rev 7681 Rev 7867
Line 19... Line 19...
19
 
19
 
20
<h2><?php echo __('Warenkorb', 'wpsg'); ?>:</h2>
20
<h2><?php echo __('Warenkorb', 'wpsg'); ?>:</h2>
21
 
21
 
22
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/order.phtml'); ?>
22
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/order.phtml'); ?>
23
 
23
 
24
<?php $this->callMods('mail_aftercalculation', array(&$this->view['basket']['checkout']['o_id'])); ?>
24
<?php $this->callMods('mail_aftercalculation', array(&$this->view['order']['id'])); ?>
25
 
25
 
26
<?php if (wpsg_isSizedString($this->view['basket']['checkout']['comment'])) { ?>
26
<?php if (wpsg_isSizedString($this->view['basket']['checkout']['comment'])) { ?>
27
<h2><?php echo __('Bestellkommentar', 'wpsg') ?></h2>
27
<h2><?php echo __('Bestellkommentar', 'wpsg') ?></h2>
28
<p><?php echo $this->view['basket']['checkout']['comment'] ?></p>
28
<p><?php echo $this->view['basket']['checkout']['comment'] ?></p>
29
<?php } ?>
29
<?php } ?>