Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7866 → Rev 7867

/mailtemplates/html/adminmail.phtml
19,7 → 19,7
 
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/order.phtml'); ?>
 
<?php $this->callMods('mail_aftercalculation', array(&$this->view['basket']['checkout']['o_id'])); ?>
<?php $this->callMods('mail_aftercalculation', array(&$this->view['order']['id'])); ?>
 
<?php if (wpsg_isSizedString($this->view['basket']['checkout']['comment'])) { ?>
<h2><?php echo __('Bestellkommentar', 'wpsg') ?></h2>
/mailtemplates/html/kundenmail.phtml
21,7 → 21,7
 
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/order.phtml'); ?>
 
<?php $this->callMods('mail_aftercalculation', array(&$this->view['basket']['checkout']['o_id'])); ?>
<?php $this->callMods('mail_aftercalculation', array(&$this->view['order']['id'])); ?>
 
<?php if (wpsg_isSizedString($this->view['basket']['checkout']['comment'])) { ?>
<h2><?php echo __('Bestellkommentar', 'wpsg') ?></h2>
/mailtemplates/order.phtml
120,5 → 120,5
<?php echo wpsg_pad_right(__('Gesamtpreis:', 'wpsg'), 37); ?>
<?php echo wpsg_pad_left(wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 34); ?>
<?php $this->callMods('mail_order_end', [&$this->view['basket']['arCalculation'], false]); ?>
<?php $this->callMods('mail_aftercalculation', array(&$this->view['basket']['checkout']['o_id'])); ?>
 
<?php $this->callMods('mail_aftercalculation', array(&$this->view['order']['id'])); ?>