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-flagpole-415/prices.php
<?php if($_SESSION['valid_login'])
{ ?>
    <h3><?php echo($_SESSION['taal_table']['text']['poles']); ?> </h3>
    <div class="table firstTable">
        <table cellpadding="0" cellspacing="0" border="0">
            <tr>
                <th>&nbsp;</th>
            </tr>
            <tr>
                <th class="columnTitle" width="75"><?php echo($_SESSION['taal_table']['text']['art_nr']); ?></th>
            </tr>
            <tr>
                <td class="firstRow">FP415</td>
            </tr>
        </table>
    </div>

    <div class="table">
        <table cellpadding="0" cellspacing="0" border="0">
            <tr>
                <th colspan="6"><?php echo($_SESSION['taal_table']['text']['prices']); ?></th>
            </tr>
            <tr>
                <th class="columnTitle" width="80">1 - 5 <?php echo($_SESSION['taal_table']['text']['pcs']); ?></th>
                <th class="columnTitle" width="80">6 - 10</th>
                <th class="columnTitle" width="80">11 - 25</th>
                <th class="columnTitle" width="80">26 - 49</th>
                <th class="columnTitle" width="80">50 - 99</th>
                <th class="columnTitle" width="80"><span>&gt;</span> 100</th>
            </tr>
            <tr>
                <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">105, 85</span></td>
                <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">101, 55</span></td>
                <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">96, 20</span></td>
                <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">91, 95</span></td>
                <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">88, 75</span></td>
                <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">84, 45</span></td>
            </tr>
        </table>
        <div id="opmerkingPrijzen"><?php echo($_SESSION['taal_table']['text']['noMinimum']); ?></div>
    </div>

    <div class="rightTables">
        <h3><br/><br/><?php echo($_SESSION['taal_table']['text']['flags']); ?> </h3>

        <p>
            <strong>Try our printing services!</strong><br/>
            See our <a href="http://promic.nl/downloads/data/links/190725_promotional_prints_pricelist.pdf">promotional pricing</a> for our temporary offer
        </p>
        <div class="clear_both"></div>

        <div class="table firstTable">
            <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                    <th>&nbsp;</th>
                </tr>
                <tr>
                    <th class="columnTitle"
                        width="75"><?php echo($_SESSION['taal_table']['text']['art_nr']); ?></th>
                </tr>
                <tr>
                    <td class="firstRow">FP415G</td>
                </tr>

            </table>
        </div>

        <div class="table">
            <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                    <th colspan="6"><?php echo($_SESSION['taal_table']['text']['prices']); ?></th>
                </tr>
                <tr>
                    <th class="columnTitle" width="80">1 -
                        3 <?php echo($_SESSION['taal_table']['text']['pcs']); ?></th>
                    <th class="columnTitle" width="80">4 - 10</th>
                    <th class="columnTitle" width="80">11 - 25</th>
                    <th class="columnTitle" width="80">26 - 49</th>
                    <th class="columnTitle" width="80">50 - 99</th>
                    <th class="columnTitle" width="80"><span>&gt;</span> 100</th>
                </tr>
                <tr>
                    <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">49, 00</span>
                    </td>
                    <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">45, 00</span>
                    </td>
                    <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">41, 00</span>
                    </td>
                    <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">38, 00</span>
                    </td>
                    <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">36, 00</span>
                    </td>
                    <td class="firstRow"><span class="euroTeken">&euro;</span> <span class="bedrag">34, 00</span>
                    </td>
                </tr>
                <tr>
                    <td colspan="5">&nbsp;</td>
                </tr>
                <tr>
                    <td colspan="5"><strong><?php echo($_SESSION['taal_table']['text']['startupCosts']); ?></strong>
                    </td>
                </tr>
            </table>
            <div id="opmerkingPrijzen"><?php echo($_SESSION['taal_table']['text']['noMinimum']); ?></div>
        </div>
    </div>
<?php } ?>