( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/newdatasets/invoice.php
 <link rel="stylesheet" href="<?php echo $siteaddress; ?>css/eziki.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $siteaddress; ?>css/font.css" type="text/css" cache="false" />


<?php /*?><?php echo "<h3>Thank you for your order.</h3>";
      foreach ($_POST as $key => $value) { echo "<strong>$key: </strong>$value<br>"; }
      echo "";
	  ?><?php */?>
<section class="vbox bg-white" style=" width:70%">
  <header class="header b-b hidden-print">
    <table width="120" border="0" class=" pull-right">
  <tr>
    <td><button href="#" class="btn m-t btn-sm btn-info" onclick="window.print();">Print</button>&nbsp;</td>
    <td><a href="../gold_settings.php"> <button class="m-t btn btn-sm btn-danger">Next</button></a>&nbsp;</td>
  </tr>
</table>
  
    <p>Invoice</p>
  </header>
  <section class="scrollable wrapper"> <img  src="<?php echo $siteaddress3 ?>taswira.php?quality=70<?php /*?>&nocache=1<?php */?>&width=150&image=/images/images/newlogo.png" /><br />

    <div class="row">
      <div class="col-xs-6">
        <h4>The Brand.</h4>
        <p><a href="http://www.apple.com/">www.thebrandingapp.com</a></p>
        <p>admin@thebrandingapp.com</p>
        <p> <?php /*?>Telephone: 0722407698<?php */?><br>
        </p>
      </div>
      <div class="col-xs-6 text-right">
        <p class="h4">#<?php echo $user_data["txn_id"]?></p>
        <h5><?php echo $user_data["payment_date"]?></h5>
      </div>
    </div>
    <div class="well m-t">
      <div class="row">
        <div class="col-xs-6"> <strong>TO:</strong>
            <h4><?php echo $user_data["address_name"]?></h4>
          <p><?php echo $user_data["address_street"]?> <?php echo $user_data["address_city"]?> <?php echo $user_data["address_state"]?> <?php echo $user_data["address_country_code"]?><br>
           
            ZIP: <?php echo $user_data["address_zip"]?><br>
            Email: <?php echo $user_data["payer_email"]?><br>
          </p>
        </div>
        <div class="col-xs-6"> <strong>SHIP TO:</strong>
          <h4><?php echo $user_data["address_name"]?></h4>
          <p><?php echo $user_data["address_street"]?> <?php echo $user_data["address_city"]?> <?php echo $user_data["address_state"]?> <?php echo $user_data["address_country_code"]?><br>
           
            ZIP: <?php echo $user_data["address_zip"]?><br>
            Email: <?php echo $user_data["payer_email"]?><br>
          </p>
        </div>
      </div>
    </div>
    <p class="m-t m-b">Order date: <strong> <?php echo $user_data["payment_date"]?></strong><br>
      Order status: <span class="label bg-success">Shipped</span><br>
      Order ID: <strong># <?php echo $user_data["txn_id"]?></strong> </p>
    <div class="line"></div>
    <table class="table">
      <thead>
        <tr>
          <th width="60">QTY</th>
          <th>DESCRIPTION</th>
          <th width="140">UNIT PRICE</th>
          <th width="90">TOTAL</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td><?php echo $user_data["quantity"]?></td>
          <td><?php echo $user_data["item_name"]?></td>
          <td><?php echo $user_data["payment_gross"]?></td>
          <td><?php echo $user_data["payment_gross"]?></td>
        </tr>
       
        <tr>
          <td colspan="3" class="text-right"><strong>Subtotal</strong></td>
          <td><?php echo $user_data["payment_gross"]?></td>
        </tr>
        <tr>
          <td colspan="3" class="text-right no-border"><strong>Shipping</strong></td>
          <td>$0.00</td>
        </tr>
        <tr>
          <td colspan="3" class="text-right no-border"><strong>Total</strong></td>
          <td><strong><?php echo $user_data["mc_currency"]?> <?php echo $user_data["payment_gross"]?></strong></td>
        </tr>
      </tbody>
    </table>
  </section>
</section>