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/cases-trolleycase/prices.php
<?php if($_SESSION['valid_login']){ ?>
<div class="table firstTable">
    <table cellpadding="0" cellspacing="0" border="0">
        <tr>
            <th>&nbsp;</th>
            <th>&nbsp;</th>
            <th>&nbsp;</th>
        </tr>
        <tr>
            <th class="columnTitle" width="75"><?php echo($_SESSION['taal_table']['text']['art_nr']); ?></th>
            <th class="columnTitle" width="30">SIZE</th>
            <th class="columnTitle" width="60"></th>
        </tr>
        <tr>
            <td class="firstRow">PUTCM</td>
            <td class="firstRow">M</td>
            <td class="firstRow">(2x3)</td>
        </tr>
        <tr>
            <td>PUTCL</td>
            <td>L</td>
            <td>(3x3, 4x3)</td>
        </tr>
        <tr>
            <td>PUTCXL</td>
            <td>XL</td>
            <td>(5x3)</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 - 5<?php echo($_SESSION['taal_table']['text']['pcs']); ?></th>
            <th class="columnTitle" width="95">6 - 10</th>
            <th class="columnTitle" width="95">11 - 25</th>
            <th class="columnTitle" width="95"><span>&gt;</span> 26</th>
        </tr>
        <tr>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">57, 75</span></td>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">54, 50</span></td>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">52, 40</span></td>
            <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">49, 15</span></td>
        </tr>
        <tr>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">60, 95</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">57, 75</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">55, 60</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">52, 40</span></td>
        </tr>
        <tr>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">64, 15</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">60, 95</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">58, 80</span></td>
            <td><span class="euroTeken">&euro;</span> <span class="bedrag">55, 60</span></td>
        </tr>
    </table>
    <div id="opmerkingPrijzen"><?php echo($_SESSION['taal_table']['text']['noMinimum']); ?></div>
</div>
<?php } ?>