Subversion Repositories wpShopGermany4

Rev

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

Rev 7574 Rev 7867
Line 118... Line 118...
118
 
118
 
119
<?php echo wpsg_pad_left(' ', 61); ?>---------------
119
<?php echo wpsg_pad_left(' ', 61); ?>---------------
120
     <?php echo wpsg_pad_right(__('Gesamtpreis:', 'wpsg'), 37); ?>
120
     <?php echo wpsg_pad_right(__('Gesamtpreis:', 'wpsg'), 37); ?>
121
<?php echo wpsg_pad_left(wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 34); ?>
121
<?php echo wpsg_pad_left(wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 34); ?>
122
<?php $this->callMods('mail_order_end', [&$this->view['basket']['arCalculation'], false]); ?>
122
<?php $this->callMods('mail_order_end', [&$this->view['basket']['arCalculation'], false]); ?>
123
 
-
 
124
<?php $this->callMods('mail_aftercalculation', array(&$this->view['basket']['checkout']['o_id'])); ?>
-
 
125
123
 
-
 
124
<?php $this->callMods('mail_aftercalculation', array(&$this->view['order']['id'])); ?>
-
 
125
126
126