File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/product_data/flags-car-foot/prices.php
<?php if($_SESSION['valid_login']){ ?>
<div class="table firstTable">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th colspan="2"> </th>
</tr>
<tr>
<th class="columnTitle" width="75"><?php echo($_SESSION['taal_table']['text']['art_nr']); ?></th>
<th class="columnTitle" width="110">PRODUCT</th>
</tr>
<tr>
<td class="firstRow">BF-CF</td>
<td class="firstRow">Car-Foot</td>
</tr>
</table>
</div>
<div class="table">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th colspan="5"><?php echo($_SESSION['taal_table']['text']['prices']); ?></th>
</tr>
<tr>
<th class="columnTitle" width="75">1 - 9 <?php echo($_SESSION['taal_table']['text']['pcs']); ?></th>
<th class="columnTitle" width="75">10 - 25</th>
<th class="columnTitle" width="75">26 - 49</th>
<th class="columnTitle" width="75">50 - 99</th>
<th class="columnTitle" width="75"><span>></span> 100</th>
</tr>
<tr>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">18, 05</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">17, 00</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">15, 95</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">14, 85</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">13, 80</span></td>
</tr>
</table>
<div id="opmerkingPrijzen"><?php echo($_SESSION['taal_table']['text']['noMinimum']); ?></div>
</div>
<?php } ?>