Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7509 → Rev 7510

/mailtemplates/html/order.phtml
77,7 → 77,7
<?php if (wpsg_isSizedArray($this->view['basket']['arCalculation']['voucher'])) { $bLine = true; ?>
<?php foreach ($this->view['basket']['arCalculation']['voucher'] as $gs) { ?>
<tr class="voucherrow">
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_pos"> <?php print_r($gs); ?></td>
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_pos"> </td>
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_name"><?php echo wpsg_translate(__('Gutschein (#1#)', 'wpsg'), $gs['code']); ?></td>
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_price"><?php echo wpsg_ff($gs['set'], ((strpos($gs['set'], '%') !== false)?'%':$this->get_option('wpsg_currency'))); ?></td>
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>