PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.3
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.3
1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 All 49 releases
fluent-cart / app / Views / emails / components / email-body.php

email-body.php in FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler 1.6.3, at app/Views/emails/components/email-body.php

33 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2 <div style="overflow-x: hidden">
3 <div style="background-color: #ffffff; padding: 0px;">
4 <!-- <table style="width: 100%; border-collapse: collapse; margin-bottom: 20px; border: 0; background-color: #f1f5f9; print-color-adjust: exact;">-->
5 <!-- <tbody>-->
6 <!-- <tr style="border: 0;">-->
7 <!-- <td style="vertical-align: top; width: 50%; border: 0; padding: 16px;">-->
8 <!-- <div style="color: #333333; font-size: 14px; font-weight: bold; margin-bottom: 10px;">{{settings.store_name}}</div>-->
9 <!-- <div style="color: #555555; font-size: 14px;">-->
10 <!-- {{settings.store_address}}, {{settings.store_address2}}, {{settings.store_state}}<br />-->
11 <!-- {{settings.store_city}}, {{settings.store_postcode}}, {{settings.store_country}}<br />-->
12 <!-- https://wpmanageninja.com-->
13 <!-- </div>-->
14 <!-- </td>-->
15 <!-- <td style="vertical-align: top; width: 50%; text-align: right; border: 0; padding: 16px;">-->
16 <!-- <div style="color: #333333; font-size: 14px; font-weight: bold; margin-bottom: 10px;">{{order.billing.full_name}}</div>-->
17 <!-- <div style="color: #555555; font-size: 14px;">-->
18 <!-- {{order.billing.address_1}}, {{settings.store_city}}, {{settings.store_state}}<br />-->
19 <!-- {{settings.store_country}}, {{settings.store_postcode}}<br />-->
20 <!-- {{order.billing.email}} <br />-->
21 <!-- <span>Payment Status: <span style="color: #008000; font-weight: bold;text-transform: uppercase">{{order.payment_status}}</span></span><br>-->
22 <!-- Payment Method: {{order.payment_method}}-->
23 <!-- </div>-->
24 <!-- </td>-->
25 <!-- </tr>-->
26 <!-- </tbody>-->
27 <!-- </table>-->
28 <div>{{order.payment_summary}}</div>
29 <div style="text-align: center; margin-bottom: 20px;">{{order.downloads}}</div>
30 <div style="text-align: center; margin-bottom: 20px;">{{order.licenses}}</div>
31 </div>
32 </div>
33