Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/laciasmara.com/public_html/shop/application/views/email/english/ |
Upload File : |
<!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" lang="id"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><?= $browser_title ?></title> <style type="text/css"> body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; } img { -ms-interpolation-mode: bicubic; } </style> </head> <body style="margin: 0; padding: 0; font-family: Arial, sans-serif;"> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td style="padding: 20px; background-color: #f4f4f4;" align="center"> <table role="presentation" width="600" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; max-width: 600px;"> <!-- Header --> <tr> <td style="background-color: #7A4397; color: #ffffff; padding: 16px; text-align: center;" align="center"> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="50%" align="left"> <img src="https://www.laciasmara.com/shop/uploads/icon/LogoLaciAsmaraPutihEmail.png" alt="Laciasmara Logo" width="120" style="height: auto; max-width: 120px; width: 100%;"> </td> <td width="50%" align="right" style="font-size: 14px; text-align: right;"> <div>Order ID: <?= $order['id_orders'] ?></div> <div style="color: #ffffff !important; text-decoration: none;"><?= $order['email'] ?></div> </td> </tr> </table> </td> </tr> <!-- Content --> <tr> <td style="background-color: #ffffff; padding: 24px;"> <h2 style="color: #7A4397; font-size: 24px; margin-bottom: 16px; text-align: center;"> Dear <?= $order['name'] ?>, </h2> <h2 style="color: #7A4397; font-size: 24px; margin-bottom: 16px; text-align: center;"> ALMOST THERE! YOUR PLEASURE IS JUST AROUND THE CORNER </h2> <!-- Pembayaran Instruksi --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-bottom: 16px;"> <tr> <td style="background-color: #fffbea; border-left: 4px solid #f6ad55; padding: 16px;"> <p style="font-weight: 600; margin: 0 0 8px 0;">Avoid cancellation - complete your payment within 24 hours of receiving this confirmation.</p> <p style="margin: 4px 0;"><strong>Bank Name:</strong> <?= $bank['bank_name'] ?></p> <p style="margin: 4px 0;"><strong>Account Number:</strong> <?= $bank['account_number'] ?></p> <p style="margin: 4px 0;"><strong>Account Holder:</strong> <?= $bank['account_holder'] ?></p> <p style="margin: 8px 0; font-size: 14px; color: #718096;"> To speed up the shipping process, include your order number "<?= $order['id_orders'] ?>" when transferring. </p> </td> </tr> </table> <!-- Detail Pelanggan & Pembayaran --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-bottom: 16px;"> <tr> <td width="50%" style="background-color: #f7fafc; padding: 16px; vertical-align: top;"> <h3 style="font-weight: bold; margin-bottom: 8px;">Customer Details</h3> <p style="margin: 4px 0;"><?= $order['shipping_name'] ?></p> <p style="margin: 4px 0;"><?= $order['email'] ?></p> </td> <td width="50%" style="background-color: #f7fafc; padding: 16px; vertical-align: top;"> <h3 style="font-weight: bold; margin-bottom: 8px;">Payment Details</h3> <p style="margin: 4px 0;"><strong>Method:</strong> Bank Tranfer <?= strtoupper($bank['payment_type']) ?></p> <p style="margin: 4px 0;"><strong>Status:</strong> Payment Pending</p> </td> </tr> </table> <!-- Informasi Pengiriman --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-bottom: 16px;"> <tr> <td style="background-color: #f7fafc; padding: 16px;"> <h3 style="font-weight: bold; margin-bottom: 8px;">Shipping Information</h3> <p style="margin: 4px 0;"><?= $order['address'] ?>, <?= $order['shipping_subdistrict'] ?>, <?= $order['shipping_district'] ?>, <?= $order['shipping_province'] ?></p> <p style="margin: 8px 0;">Shipping Cost: IDR <?= number_format($order['shipping_fee'], 0, ',', '.') ?></p> </td> </tr> </table> <!-- Daftar Pesanan --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-bottom: 16px;"> <tr> <td> <h3 style="font-weight: bold; margin-bottom: 8px;">Order Details</h3> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="1" style="border-collapse: collapse;"> <thead> <tr style="background-color: #f7fafc;"> <th style="padding: 8px; text-align: left;">Product</th> <th style="padding: 8px; text-align: center;">Quantity</th> <th style="padding: 8px; text-align: right;">Subtotal</th> </tr> </thead> <tbody> <?php foreach ($order_details as $item): ?> <tr> <td style="padding: 8px;"><?= $item['item_name'] ?></td> <td style="padding: 8px; text-align: center;"><?= $item['quantity'] ?></td> <td style="padding: 8px; text-align: right;"> IDR <?= number_format($item['subtotal'], 0, ',', '.') ?> </td> </tr> <?php endforeach; ?> </tbody> </table> </td> </tr> </table> <!-- Perhitungan Total --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-bottom: 16px;"> <tr> <td style="background-color: #f7fafc; padding: 16px;"> <div style="display: flex; justify-content: space-between; margin-bottom: 8px;"> <span>Subtotal (<?= count($order_details) ?> items): </span> <span>IDR <?= number_format($order['total_amount'], 0, ',', '.') ?></span> </div> <div style="display: flex; justify-content: space-between; margin-bottom: 8px; color: #48bb78;"> <span>Voucher Discount: <?= $order['redeemed_voucher_code'] ?> </span> <span>- IDR <?= number_format($order['redeemed_voucher_amount'], 0, ',', '.') ?></span> </div> <div style="display: flex; justify-content: space-between; margin-bottom: 8px; color: #48bb78;"> <span>Point Discount: </span> <span>- IDR <?= number_format($order['minus_reward_amount'], 0, ',', '.') ?></span> </div> <div style="display: flex; justify-content: space-between; margin-bottom: 8px;"> <span>Shipping Cost: </span> <span>IDR <?= number_format($order['shipping_fee'], 0, ',', '.') ?></span> </div> <div style="border-top: 1px solid #e2e8f0; padding-top: 8px; display: flex; justify-content: space-between; font-weight: bold; font-size: 18px;"> <span>Total: </span> <span>IDR <?= number_format($order['grand_total_amount'], 0, ',', '.') ?></span> </div> </td> </tr> </table> <!-- Tombol Aksi --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 24px;"> <tr> <td align="center"> <a href="https://www.laciasmara.com/shop/account/order_history" style="display: inline-block; background-color: #7A4397; color: #ffffff; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: bold;"> Confirm Payment </a> </td> </tr> <tr> <td align="center" style="padding-top: 8px; font-size: 14px; color: #333333;"> Orders paid on Monday-Friday before 3:00 PM WIB will be processed the same day. </td> </tr> </table> <!-- Tombol Aksi --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 24px;"> <tr> <td align="center" style="padding-top: 8px; font-size: 14px; color: #333333;"> excluding weekend and national holidays </td> </tr> <tr> <td align="center" style="padding-top: 8px; font-size: 14px; color: #333333;"> Learn more about Packaging and Shipping <a href="https://www.laciasmara.com/shop/page/Packaging-and-Shipping" style="text-decoration: none;">Here</a> </td> </tr> </table> <!-- Media Sosial --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 24px; border-top: 1px solid #e2e8f0;"> <tr> <td align="center" style="padding-top: 16px;"> <p style="margin-bottom: 16px;">Follow Us</p> <div> <a href="https://www.instagram.com/laciasmara" target="_blank" style="color: #7A4397; text-decoration: none; margin: 0 8px;">Instagram</a> <a href="https://www.facebook.com/profile.php?id=100067495599403" target="_blank" style="color: #7A4397; text-decoration: none; margin: 0 8px;">Facebook</a> <a href="https://www.youtube.com/@laciasmara9207/videos" target="_blank" style="color: #7A4397; text-decoration: none; margin: 0 8px;">YouTube</a> <a href="https://www.tiktok.com/@laciasmara" target="_blank" style="color: #7A4397; text-decoration: none; margin: 0 8px;">TikTok</a> </div> </td> </tr> </table> <!-- Footer --> <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 24px;"> <tr> <td align="center" style="font-size: 12px; color: #718096;"> You received this email because you ordered at Laciasmara. </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>