ipaylinks 多语种 更新客人邮件模板
parent
cff5d5a6d5
commit
92b7d1b92c
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['transaction_id'] = "Transaction ID: ";
|
||||
$lang['hello'] = "Hello "; // Hello fullname,
|
||||
$lang['buyer'] = 'Buyer';
|
||||
$lang['description'] = 'Description';
|
||||
$lang['amount'] = 'Amount';
|
||||
$lang['email_title'] = 'You made a payment of '; // You made a payment of 7.00 USD.
|
||||
$lang['email_body'] = 'Thanks for your payment. Your payment to China Highlights International Travel Service Co., Ltd is sucessully.<br> It may take a few moments for this transaction to appear in our account.<br>';
|
||||
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang["c0000"] = "Thank you";
|
||||
$lang["c0053"] = "Risk Order";
|
||||
$lang["c3015"] = "Invalid currency";
|
||||
$lang["c3020"] = "Transaction is declined";
|
||||
$lang["c3084"] = "Insufficient account balance";
|
||||
$lang["c3093"] = "Exceed amount limit";
|
||||
$lang["c3094"] = "Invalid transaction card / issuer /acquirer";
|
||||
$lang["c3095"] = "Time-Out";
|
||||
$lang["c3099"] = "Other Error";
|
||||
$lang["c3100"] = "Do not honor";
|
||||
$lang["c3101"] = "Invalid card number";
|
||||
$lang["c3102"] = "Expired card";
|
||||
$lang["c3104"] = "Invalid card verification value";
|
||||
$lang["c3105"] = "Duplicate transaction";
|
||||
$lang["c3110"] = "Refer to card issuer";
|
||||
$lang["c3119"] = "Stolen or lost card";
|
||||
$lang["c3135"] = "Invalid transaction for terminal";
|
||||
$lang["c3137"] = "Transaction not permitted on card";
|
||||
$lang["c3138"] = "Restricted card";
|
||||
$lang["c3142"] = "Issuer not available";
|
||||
$lang["c3143"] = "Transaction not allowed for cardholder";
|
||||
$lang["c9999"] = "System error";
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['logo'] = "https://www.chinahighlights.com/pic/logo/logo-132x104.png";
|
||||
$lang['logo_url'] = "https://www.chinahighlights.com/";
|
||||
$lang['right'] = '<div class="pay_footer text-right">
|
||||
<p>© 1998 China Highlights.
|
||||
<a href="https://www.chinahighlights.com/privacy.htm" rel="nofollow">Privacy Statement</a>
|
||||
</p>
|
||||
</div>';
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['card_number_empty'] = "Please enter your credit card number";
|
||||
$lang['card_number_wrong'] = "Please verify your credit card number";
|
||||
$lang['full_name_empty'] = "Please enter your full name";
|
||||
$lang['expiration_empty'] = "Please select Expiration";
|
||||
$lang['secure_code_empty'] = "Please enter your securityCode";
|
||||
$lang['email_empty'] = "Please enter your email";
|
||||
$lang['email_wrong'] = "Please verify your email";
|
||||
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$lang['page_title'] = "Pay with credit card - China Highlights";
|
||||
$lang['nav_h1'] = "Pay with credit card";
|
||||
$lang['error_pre'] = "Sorry,";
|
||||
$lang['error_msg'] = "Payment Failed.";
|
||||
$lang['unknow_msg'] = "Unknow request";
|
||||
$lang['error_code'] = "ERROR CODE : ";
|
||||
$lang['thankyou'] = "Thank you.";
|
||||
$lang['back'] = "Back to the page";
|
||||
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['transaction_id'] = "Transaction ID: ";
|
||||
$lang['hello'] = "Hola "; // Hello fullname,
|
||||
$lang['buyer'] = 'Comprador';
|
||||
$lang['description'] = 'Descripción';
|
||||
$lang['amount'] = 'Cantidad';
|
||||
$lang['email_title'] = 'Usted realizó un pago de '; // You made a payment of 7.00 USD.
|
||||
$lang['email_body'] = "Muchas gracias por su pago. Su pago a China Highlights International Travel Service Co., Ltd es exitoso.<br>La transacción puede tardar unos minutos en mostrar en su cuenta.<br>";
|
||||
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang['c0000'] = "Muchas gracias";
|
||||
$lang['c0053'] = "Orden en riesgo";
|
||||
$lang['c3015'] = "Moneda inválida";
|
||||
$lang['c3020'] = "Transacción rechazada";
|
||||
$lang['c3084'] = "Saldo de cuenta insuficiente";
|
||||
$lang['c3093'] = "Excedencia del límite de cantidad";
|
||||
$lang['c3094'] = "Transacción inválida";
|
||||
$lang['c3095'] = "";
|
||||
$lang['c3099'] = "Otro error";
|
||||
$lang['c3100'] = "No aceptable por el banco emisor";
|
||||
$lang['c3101'] = "Número de tarjeta inválida";
|
||||
$lang['c3102'] = "Tarjeta expirada";
|
||||
$lang['c3104'] = "Código de verificación inválido";
|
||||
$lang['c3105'] = "Transacción repetida";
|
||||
$lang['c3110'] = "Contactar con el banco emisor";
|
||||
$lang['c3119'] = "Tarjeta robada o perdida";
|
||||
$lang['c3135'] = "Transacción inválida para terminal";
|
||||
$lang['c3137'] = "Transacción no permitida en la tarjeta";
|
||||
$lang['c3138'] = "Tarjeta restringida";
|
||||
$lang['c3142'] = "Emisor no disponible";
|
||||
$lang['c3143'] = "Transacción no permitida para el titular de la tarjeta";
|
||||
$lang['c9999'] = "Error del sistema";
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['logo'] = "https://www.chinahighlights.com/pic/logo/logo-132x104.png";
|
||||
$lang['logo_url'] = "https://www.chinahighlights.com/";
|
||||
$lang['right'] = '<div class="pay_footer text-right">
|
||||
<p>© 1998 China Highlights.
|
||||
<a href="https://www.chinahighlights.com/privacy.htm" rel="nofollow">Privacy Statement</a>
|
||||
</p>
|
||||
</div>';
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['card_number_empty'] = "Please enter your credit card number";
|
||||
$lang['card_number_wrong'] = "Please verify your credit card number";
|
||||
$lang['full_name_empty'] = "Please enter your full name";
|
||||
$lang['expiration_empty'] = "Please select Expiration";
|
||||
$lang['secure_code_empty'] = "Please enter your securityCode";
|
||||
$lang['email_empty'] = "Please enter your email";
|
||||
$lang['email_wrong'] = "Please verify your email";
|
||||
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
$lang['page_title'] = "Pagar con tarjeta de débito o crédito - China Highlights";
|
||||
$lang['nav_h1'] = "Pagar con tarjeta de débito o crédito";
|
||||
$lang['tracking_code'] = "Código de pedido:";
|
||||
$lang['total_amount'] = "Total:";
|
||||
$lang['description'] = "Descripción:";
|
||||
$lang['secure_tips'] = "No compartimos sus datos financieros con el vendedor.";
|
||||
$lang['card_number'] = "Número de tarjeta";
|
||||
$lang['full_name'] = "Nombre completo";
|
||||
$lang['expiration'] = "Vencimiento M/Y";
|
||||
$lang['month'] = "MM";
|
||||
$lang['year'] = "YY";
|
||||
$lang['secure_code'] = "CVV";
|
||||
$lang['email'] = "Correo electrónico";
|
||||
$lang['submit'] = "Confirmar";
|
||||
$lang['submit_wait'] = "Please wait...";
|
||||
// placeholder
|
||||
$lang['ph_card_num'] = $lang['card_number'];
|
||||
$lang['ph_email'] = $lang['email'];
|
||||
$lang['ph_secure_code'] = "Security Code";
|
||||
$lang['ph_firstname'] = "First Name";
|
||||
$lang['ph_lastname'] = "Last Name";
|
||||
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$lang['page_title'] = "Pagar con tarjeta de débito o crédito - China Highlights";
|
||||
$lang['nav_h1'] = "Pagar con tarjeta de débito o crédito";
|
||||
$lang['error_pre'] = "Disculpe,";
|
||||
$lang['error_msg'] = "Payment Failed.";
|
||||
$lang['unknow_msg'] = "Unknow request";
|
||||
$lang['error_code'] = "Código equivocado : ";
|
||||
$lang['thankyou'] = "Muchas gracias.";
|
||||
$lang['back'] = "Regresar a la página anterior";
|
||||
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['transaction_id'] = "Transaction ID: ";
|
||||
$lang['hello'] = "Bonjour "; // Hello fullname,
|
||||
$lang['buyer'] = 'Achèteur';
|
||||
$lang['description'] = 'Description';
|
||||
$lang['amount'] = 'Montant';
|
||||
$lang['email_title'] = 'Vous avez effecté un paiement pour '; // You made a payment of 7.00 USD.
|
||||
$lang['email_body'] = "merci pour votre règlement à China Highlights International Travel Service Co., Ltd. celui-ci s' est enregistrė avec succès.<br>Il est probable que le montant ne soit crédité sur notre compte que dans quelques jours.<br>";
|
||||
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang["c0000"] = "merci";
|
||||
$lang["c0053"] = "demande risqué";
|
||||
$lang["c3015"] = "la monnaie d'échange est invalide";
|
||||
$lang["c3020"] = "la transaction a été rejetée";
|
||||
$lang["c3084"] = "le compte n'est pas suffisemment approvisionné";
|
||||
$lang["c3093"] = "le montant maximal autorisé est dépassé";
|
||||
$lang["c3094"] = "transaction invalidée carte / utilisateur / acquéreur";
|
||||
$lang["c3095"] = "le temps imparti est dépassé";
|
||||
$lang["c3099"] = "autre erreur";
|
||||
$lang["c3100"] = "votre banque ne peut honorer";
|
||||
$lang["c3101"] = "numéro de carte incorrect";
|
||||
$lang["c3102"] = "date de validité de la carte expirée";
|
||||
$lang["c3104"] = "Vérification de la carte";
|
||||
$lang["c3105"] = "transaction en double";
|
||||
$lang["c3110"] = "contactez votre banque";
|
||||
$lang["c3119"] = "carte volée ou déclarée perdue";
|
||||
$lang["c3135"] = "transaction non reconnue par le Terminal";
|
||||
$lang["c3137"] = "transaction non autorisée avec cette carte";
|
||||
$lang["c3138"] = "carte avec restrictions";
|
||||
$lang["c3142"] = "banque émettrice indisponible";
|
||||
$lang["c3143"] = "transaction non autorisée au détenteur de la carte";
|
||||
$lang["c9999"] = "erreur système";
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['logo'] = "https://www.chinahighlights.com/pic/logo/logo-132x104.png";
|
||||
$lang['logo_url'] = "https://www.chinahighlights.com/";
|
||||
$lang['right'] = '<div class="pay_footer text-right">
|
||||
<p>© 1998 China Highlights.
|
||||
<a href="https://www.chinahighlights.com/privacy.htm" rel="nofollow">Privacy Statement</a>
|
||||
</p>
|
||||
</div>';
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['card_number_empty'] = "Please enter your credit card number";
|
||||
$lang['card_number_wrong'] = "Please verify your credit card number";
|
||||
$lang['full_name_empty'] = "Please enter your full name";
|
||||
$lang['expiration_empty'] = "Please select Expiration";
|
||||
$lang['secure_code_empty'] = "Please enter your securityCode";
|
||||
$lang['email_empty'] = "Please enter your email";
|
||||
$lang['email_wrong'] = "Please verify your email";
|
||||
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
$lang['page_title'] = "Pay with credit card - China Highlights";
|
||||
$lang['nav_h1'] = "Pay with credit card";
|
||||
$lang['tracking_code'] = "Numéro du dossier:";
|
||||
$lang['total_amount'] = "Totalité:";
|
||||
$lang['description'] = "Description:";
|
||||
$lang['secure_tips'] = "Nous détruirons les informations relatives à votre carte bancaire dès que le montant sera crédité sur le compte de China Hihlights .";
|
||||
$lang['card_number'] = "Numéro de carte";
|
||||
$lang['full_name'] = "Nom et Prénom";
|
||||
$lang['expiration'] = "Date d'expiration M/Y";
|
||||
$lang['month'] = "MM";
|
||||
$lang['year'] = "YY";
|
||||
$lang['secure_code'] = "CVV";
|
||||
$lang['email'] = "Email Address";
|
||||
$lang['submit'] = "Validez";
|
||||
$lang['submit_wait'] = "Please wait...";
|
||||
// placeholder
|
||||
$lang['ph_card_num'] = $lang['card_number'];
|
||||
$lang['ph_email'] = $lang['email'];
|
||||
$lang['ph_secure_code'] = "Security Code";
|
||||
$lang['ph_firstname'] = "Prénom";
|
||||
$lang['ph_lastname'] = "Nom";
|
||||
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$lang['page_title'] = "Pay with credit card - China Highlights";
|
||||
$lang['nav_h1'] = "Pay with credit card";
|
||||
$lang['error_pre'] = "Désolé,";
|
||||
$lang['error_msg'] = "Payment Failed.";
|
||||
$lang['unknow_msg'] = "Unknow request";
|
||||
$lang['error_code'] = "ERREUR DE CODE : ";
|
||||
$lang['thankyou'] = "Merci.";
|
||||
$lang['back'] = "Retour à l'acceuil";
|
||||
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['transaction_id'] = "идентификатор транзакции: ";
|
||||
$lang['hello'] = "Здравствуйте "; // Hello fullname,
|
||||
$lang['buyer'] = 'Покупатель';
|
||||
$lang['description'] = 'Описание';
|
||||
$lang['amount'] = 'Сумма';
|
||||
$lang['email_title'] = 'Вы произвели оплату '; // You made a payment of 7.00 USD.
|
||||
$lang['email_body'] = "Спасибо за ваш платеж. Ваш успешно отправили платеж в China Highlights International Travel Service Co., Ltd.<br>Это может занять несколько минут, чтобы эта транзакция пришла в наш аккаунт.<br>";
|
||||
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang['c0000'] = "Благодарю вас!";
|
||||
$lang['c0053'] = "Порядок риска";
|
||||
$lang['c3015'] = "Недопустимая валюта";
|
||||
$lang['c3020'] = "Транзакция отклоняется";
|
||||
$lang['c3084'] = "Недостаточно средств на счете";
|
||||
$lang['c3093'] = "Превышение лимита суммы";
|
||||
$lang['c3094'] = "Сделки недействительной карточка / эмитент /эквайер";
|
||||
$lang['c3095'] = "Тайм-Аут";
|
||||
$lang['c3099'] = "другая ошибка";
|
||||
$lang['c3100'] = "";
|
||||
$lang['c3101'] = "Недопустимый номер карты";
|
||||
$lang['c3102'] = "";
|
||||
$lang['c3104'] = "Недопустимое значение проверки карты";
|
||||
$lang['c3105'] = "Повторяющиеся транзакции";
|
||||
$lang['c3110'] = "Обратитесь к эмитенту карты";
|
||||
$lang['c3119'] = "Украденная или утерянная карта";
|
||||
$lang['c3135'] = "Недопустимая транзакция для терминала";
|
||||
$lang['c3137'] = "Транзакция на карту запрещена";
|
||||
$lang['c3138'] = "Ограниченная карта";
|
||||
$lang['c3142'] = "Эмитент недоступен";
|
||||
$lang['c3143'] = "Сделка не разрешена для владельца карты";
|
||||
$lang['c9999'] = "Системная ошибка";
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['logo'] = "https://www.chinahighlights.com/pic/logo/logo-132x104.png";
|
||||
$lang['logo_url'] = "https://www.chinahighlights.ru/";
|
||||
$lang['right'] = '<div class="pay_footer text-right">
|
||||
<p>© 1998 China Highlights.
|
||||
<a href="https://www.chinahighlights.com/privacy.htm" rel="nofollow">Privacy Statement</a>
|
||||
</p>
|
||||
</div>';
|
||||
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang['card_number_empty'] = "Please enter your credit card number";
|
||||
$lang['card_number_wrong'] = "Please verify your credit card number";
|
||||
$lang['full_name_empty'] = "Please enter your full name";
|
||||
$lang['expiration_empty'] = "Please select Expiration";
|
||||
$lang['secure_code_empty'] = "Please enter your securityCode";
|
||||
$lang['email_empty'] = "Please enter your email";
|
||||
$lang['email_wrong'] = "Please verify your email";
|
||||
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
$lang['page_title'] = "Оплатить кредиткой - China Highlights";
|
||||
$lang['nav_h1'] = "Оплатите кредиткой";
|
||||
$lang['tracking_code'] = "Код заказа :";
|
||||
$lang['total_amount'] = "Сумма:";
|
||||
$lang['description'] = "Примечание:";
|
||||
$lang['secure_tips'] = "Мы не передаем ваши финансовые данные продавцу.";
|
||||
$lang['card_number'] = "Номер Карты";
|
||||
$lang['full_name'] = "Имена";
|
||||
$lang['expiration'] = "Истечение срока годности M/Y";
|
||||
$lang['month'] = "MM";
|
||||
$lang['year'] = "YY";
|
||||
$lang['secure_code'] = "CVV";
|
||||
$lang['email'] = "Адрес почты";
|
||||
$lang['submit'] = "Отправить";
|
||||
$lang['submit_wait'] = "Please wait...";
|
||||
// placeholder
|
||||
$lang['ph_card_num'] = "номер кредитной карты";
|
||||
$lang['ph_email'] = "адрес электронной почты";
|
||||
$lang['ph_secure_code'] = "код безопасности";
|
||||
$lang['ph_firstname'] = "имя";
|
||||
$lang['ph_lastname'] = "фамилия";
|
||||
@ -1 +1 @@
|
||||
<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=https://data.chinahighlights.com/pic/logo/logo-132x104.png border=0 alt="PayPal logo"> </td> <td valign=middle align=right> <?php echo $IPL_completeTime;?> <br>Transaction ID: <?php echo $IPL_dealId;?> </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 <?php echo $IPL_payerName; ?>,</span> <br> <span style=font-size:14px;color:#C88039;font-weight:bold;text-decoration:none;>You made a payment of <?php echo $IPL_orderAmount;?> <?php echo $IPL_currencyCode;?> </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 your payment. Your payment to China Highlights International Travel Service Co., Ltd is sucessully.<br> It may take a few moments for this transaction to appear in our account.<br> <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 $IPL_payerName;?> <br> <?php echo $IPL_payerEmail;?> <br> </td> <td style=padding-top:5px; valign=top> </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> </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> </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 $IPL_orderId;?> <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 $IPL_orderAmount;?> <?php echo $IPL_currencyCode;?> </td> </tr> </tbody> </table> </tr> </tbody> </table> </div> </body> </html>
|
||||
<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=<?php echo $text["logo"];?> border=0 alt="PayPal logo"> </td> <td valign=middle align=right> <?php echo $IPL_completeTime;?> <br><?php echo $text["transaction_id"];?> <?php echo $IPL_dealId;?> </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;"><?php echo $text["hello"];?> <?php echo $IPL_payerName; ?>,</span> <br> <span style="font-size:14px;color:#C88039;font-weight:bold;text-decoration:none;"> <?php echo $text["email_title"];?><?php echo $IPL_orderAmount;?> <?php echo $IPL_currencyCode;?> </span> <br> <table cellpadding=5 style="color:#333333 !important;font-family: arial,helvetica,sans-serif;font-size:12px;"> <tbody> <tr> <td valign=top><?php echo $text["email_body"];?> <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;"><?php echo $text["buyer"];?></span> <br> <?php echo $IPL_payerName;?> <br> <?php echo $IPL_payerEmail;?> <br> </td> <td style="padding-top:5px;" valign=top> </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><?php echo $text["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> </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> </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><?php echo $text["amount"];?></td> </tr> <tr> <td style="padding:10px;" width=330 align=left> <?php echo $IPL_orderId;?> <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 $IPL_orderAmount;?> <?php echo $IPL_currencyCode;?> </td> </tr> </tbody> </table> </tr> </tbody> </table> </div> </body> </html>
|
||||
|
||||
Loading…
Reference in New Issue