Subversion Repositories wpShopGermany4

Compare Revisions

Regard whitespace Rev 8059 → Rev 8060

/order/product_table.phtml
126,7 → 126,7
<td>1</td>
<td class="wpsg_cell_mwst_value wpsg_cell_gesamtpreis"><?php
echo wpsg_ff($p['amount'] * $product_price / $v['set']); ?> <?php echo $this->get_option('wpsg_currency');
echo wpsg_ff($v['set']); ?> <?php echo $this->get_option('wpsg_currency');
if (strpos($v['set'], '%') !== false) {