HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/product_data/flags-water-tank/prices.php
<?php if($_SESSION['valid_login']){ ?>
<div class="table firstTable">
    <table cellpadding="0" cellspacing="0" border="0">
        <tr>
            <th>&nbsp;</th>
        </tr>
        <tr>
            <th class="columnTitle" width="100"><?php echo($_SESSION['taal_table']['text']['art_nr']); ?></th>
        </tr>
        <tr>
            <td class="firstRow">BF-WT24</td>
        </tr>
        <tr>
            <td>BF-WT34</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="95">1 - 9 <?php echo($_SESSION['taal_table']['text']['pcs']); ?></th>
            <th class="columnTitle" width="95">10 - 25</th>
            <th class="columnTitle" width="95">26 - 49</th>
            <th class="columnTitle" width="95">50 - 99</th>
            <th class="columnTitle" width="95"><span>&gt;</span> 100</th>
        </tr>
        <tr>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">25, 20</span></td>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">24, 20</span></td>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">23, 20</span></td>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">22, 20</span></td>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">21, 20</span></td>
        </tr>
        <tr>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">31, 70</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">30, 70</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">29, 70</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">28, 70</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">27, 70</span></td>
        </tr>
    </table>
    <div id="opmerkingPrijzen"><?php echo($_SESSION['taal_table']['text']['noMinimum']); ?></div>
</div>
<?php } ?>