You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/webht/third_party/paypal/views/detail_ht.php

83 lines
5.6 KiB
PHP

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body style="font-size: 12px;font-family: arial,helvetica,sans-serif;margin-top:0;margin-bottom:0;">
<div class="ppmail">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td width="100%"><table align="center" border="0" cellpadding="0" cellspacing="0" style="color:#333333 !important;font-family: arial,helvetica,sans-serif;font-size:12px;" width="100%">
<tbody>
<tr valign="top">
<td><img src="http://www.mycht.cn/css/images/paypal_logo.gif" border="0" alt="PayPal logo"></td>
<td valign="middle" align="right"><?php echo $mailinfo->pm_payment_date; ?><br>
Transaction ID: <a target="new" href="https://www.paypal.com/c2/cgi-bin/webscr?cmd=_view-a-trans&amp;id=<?php echo $mailinfo->pm_transaction_id; ?>"><?php echo $mailinfo->pm_transaction_id; ?></a></td>
</tr>
</tbody>
</table>
<div style="margin-top: 10px;color:#333 !important;font-family: arial,helvetica,sans-serif;font-size:12px;"><span style="color:#333333 !important;font-weight:bold;font-family: arial,helvetica,sans-serif;">Hello China Highlights International Travel Service Co., Ltd,</span>
<br>
<span style="font-size:14px;color:#C88039;font-weight:bold;text-decoration:none;">You received a payment of <?php echo $mailinfo->pm_money.' '.$mailinfo->pm_currency; ?> from <?php echo $mailinfo->pm_payer; ?></span><span style="font-size:14px;color:#C88039;font-weight:bold;text-decoration:none;"> (<?php echo $mailinfo->pm_payer_email; ?>)</span><br>
<table cellpadding="5" style="color:#333333 !important;font-family: arial,helvetica,sans-serif;font-size:12px;">
<tbody>
<tr>
<td valign="top">Thanks for using PayPal. You can now ship any items. To see all the transaction details, log in to your PayPal account.
<br>
It may take a few moments for this transaction to appear in your account.
<br>
<span style="font-weight:bold;color:#333333;">Seller Protection - </span><span style="color: #4c8f3a;"></span></td>
<td></td>
</tr>
</tbody>
</table>
<div style="margin-top:0px;border-bottom:1px solid #aaaaaa;">
</div>
<table border="0" cellpadding="0" cellspacing="0" style="color:#333 !important;font-family: arial,helvetica,sans-serif;font-size:12px; margin-bottom:5px;" width="98%" align="left">
<tbody>
<tr>
<td style="padding-top:5px;" valign="top" width="50%" align="left">
<span style="color:#333333;font-weight:bold;">Buyer</span><br>
<?php echo $mailinfo->pm_payer; ?><br>
<?php echo $mailinfo->pm_payer_email; ?><br>
<?php echo $mailinfo->pm_payer_status; ?>
</td>
<td style="padding-top:5px;" valign="top">
<span style="color:#333333;font-weight:bold;display:none;">Instructions to merchant<br></span>
<span style="color:#333333;font-weight:bold;">Shipping Address:</span><br>
<span style="font-size:12px;">
<?php $ship=json_decode($mailinfo->pm_memo); ?>
<?php echo isset($ship->SHIPTONAME)?$ship->SHIPTONAME:''; ?><br>
<?php echo isset($ship->SHIPTOSTREET)?$ship->SHIPTOSTREET:''; ?><br>
<?php echo isset($ship->SHIPTOCITY)?$ship->SHIPTOCITY:''; ?><?php echo isset($ship->SHIPTOSTATE)?(', '.$ship->SHIPTOSTATE):''; ?><br>
<?php echo isset($ship->SHIPTOZIP)?$ship->SHIPTOZIP:''; ?><br>
<?php echo isset($ship->SHIPTOCOUNTRYNAME)?$ship->SHIPTOCOUNTRYNAME:''; ?>
</span>
</td>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="clear:both;color:#333 !important;font-family: arial,helvetica,sans-serif;font-size:12px;margin-top:5px;" width="100%">
<tbody>
<tr>
<td style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px !important;color: #333333 !important;" width="330" align="left">Description</td>
<td style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px !important;color: #333333 !important;" width="75" align="right">&nbsp;</td>
<td style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px !important;color: #333333 !important;" width="75" align="right">&nbsp;</td>
<td style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px !important;color: #333333 !important;" width="80" align="right">Amount</td>
</tr>
<tr>
<td style="padding:10px;" width="330" align="left"><?php echo $mailinfo->pm_item_name;?><br></td>
<td style="padding:10px;" width="75" align="right"></td>
<td style="padding:10px;" width="75" align="right"></td>
<td style="padding:10px;" width="80" align="right"><?php echo $mailinfo->pm_money.' '.$mailinfo->pm_currency; ?></td>
</tr>
</tbody>
</table>
</tr>
</tbody>
</table>
</div>
</body>
</html>