Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7250 → Rev 7347

/order/product_table.phtml
169,6 → 169,13
<td class="wpsg_cell_shipping_value wpsg_cell_gesamtpreis" colspan="2">
<span id="wpsg_cell_shipping_value"><?php echo wpsg_ff($price_shipping); ?> </span>
<?php echo $this->get_option('wpsg_currency'); ?>
<?php if (strpos($arCalculation['shipping'][0]['set'], '%') !== false) {
 
echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($arCalculation['shipping'][0]['set']), '%').')</span>';
 
} ?>
</td>
</tr>
<?php } ?>
188,6 → 195,13
<td class="wpsg_cell_payment_value wpsg_cell_gesamtpreis" colspan="2">
<span id="wpsg_cell_payment_value"><?php echo wpsg_ff($price_payment); ?> </span>
<?php echo $this->get_option('wpsg_currency'); ?>
<?php if (strpos($arCalculation['payment'][0]['set'], '%') !== false) {
echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($arCalculation['payment'][0]['set']), '%').')</span>';
} ?>
</td>
</tr>
<?php } ?>