paypal 退款:客人邮件模板
parent
d6d761bc4d
commit
2665fcbdb9
@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns=http://www.w3.org/1999/xhtml>
|
||||
<head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><title>Your Submission Was Successful! - China Highlights</title><style type=text/css>* { margin:0; font-family: Verdana, Arial, Helvetica, sans-serif; }body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#545454; right: auto; }img, ul, ul li { padding:0; margin:0; border:0; }#warp { border-top:8px solid #a31022!important; }#logo { border: none!important}#logo, #surveyContent { width:210mm; margin:5px auto; padding:5px; }h1 { margin:15px 0 10px 0; font-size:24px; border-bottom:1px solid #d9d9d9; color:#545454; }h2 { margin:15px 0 10px 0; font-size:20px; color:#545454; }.tableSurvey table td { padding:5px; }.tableSurvey table td strong { margin-top:8px; }.tableSurvey1 { border:1px solid #e1e1e1; }.tableSurvey1 th { border:1px solid #fff; height:30px; padding-right:10px; text-align:right; background:#f1f1f1; }.tableSurvey1 td { border:1px solid #f9f9f9; padding:5px; text-align:center; width:80px; }.tableSurvey2 { border:1px solid #e1e1e1; }.tableSurvey2 th { border:1px solid #fff; padding:5px 10px; text-align:right; background:#f1f1f1; font-weight:normal; }.tableSurvey2 td { border:1px solid #f9f9f9; padding:5px; text-align:center; width:80px; }.blue{ color:#0070C0}
|
||||
.text-bold {font-weight: bold;}
|
||||
.text-right{text-align: right;}
|
||||
.title-bold{font-weight: bold;background-color: #ddd;padding: 3px 0;}
|
||||
</style></head>
|
||||
<body>
|
||||
<div id=warp>
|
||||
<div id=surveyContent>
|
||||
<?php $raw = json_decode($pn_memo); $c_gross = str_replace("-", "", $pn_mc_gross); ?>
|
||||
<p>Dear <?php echo $pn_payer ?>,</p>
|
||||
<br>
|
||||
<p>China Highlights has refunded to your account today - <?php echo $c_gross ?><?php echo $pn_mc_currency ?>. The transaction to appear on your account may take up to 2-weeks.</p>
|
||||
<br>
|
||||
<p>Please find below details of your refund transaction:</p>
|
||||
<br>
|
||||
<p class="title-bold">Transaction details</p>
|
||||
<p ><?php echo $raw->payment_date ?></p>
|
||||
<p >Payment status: <?php echo $pn_payment_status ?></p>
|
||||
<br>
|
||||
<p class="title-bold">Payment details</p>
|
||||
<p>Gross amount</p>
|
||||
<p class="text-right"><?php echo $pn_mc_gross ?> <?php echo $pn_mc_currency ?></p>
|
||||
<br>
|
||||
<p class="title-bold">Invoice ID</p>
|
||||
<p><?php echo $pn_invoice ?></p>
|
||||
<br>
|
||||
<p class="title-bold">Contact information</p>
|
||||
<p ><?php echo $pn_payer ?></p>
|
||||
<p ><?php echo $pn_payer_email ?></p>
|
||||
<br>
|
||||
<br>
|
||||
<pre style="font-family: Verdana, Arial, Helvetica, sans-serif;font-size:13px;">
|
||||
Best Regards!
|
||||
|
||||
<?php echo $advisor_detail->OPI2_Name ?>, Travel Advisor<br>
|
||||
Tel: +86-773-<?php echo $advisor_detail->OPI_Telephone ?> Mobile: +86-<?php echo $advisor_detail->OPI_MoveTelephone ?><br>
|
||||
E-mail: <?php echo $advisor_detail->OPI_Email ?><br>
|
||||
<?php echo $site; ?><br>
|
||||
Address: Building 6, Chuangyi Business Park, 70 Qilidian Road, Guilin, Guangxi, 541004, China
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue