1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
|
<?php namespace YayMail\Templates\DefaultTemplate;
defined( 'ABSPATH' ) || exit;
class CustomerInvoice {
protected static $instance = null;
public static function getInstance() { if ( null == self::$instance ) { self::$instance = new self(); }
return self::$instance; }
public static function getTemplates() { /* @@@ Html default send email. @@@ Note: Add characters '\' before special characters in a string. @@@ Example: font-family: \'Helvetica Neue\'... */ $emailTitle = __( 'Your invoice for order #{order_number}', 'woocommerce' ); $emailTitle = str_replace( '#{order_number}', '', $emailTitle ); $emailHi = esc_html__( 'Hi ', 'woocommerce' ) . esc_html( do_shortcode( '[yaymail_billing_first_name]' ) . ',' ); $emailtext = esc_html__( 'Here are the details of your order placed on ', 'woocommerce' ) . esc_html( do_shortcode( '[yaymail_order_date]' ) . ',' ); $additionalContent = __( 'Thanks for using {site_url}!', 'woocommerce' ); $additionalContent = str_replace( '{site_url}!', '', $additionalContent ); $textShippingAddress = __( 'Shipping Address', 'woocommerce' ); $textBillingAddress = __( 'Billing Address', 'woocommerce' );
/* @@@ Elements default when reset template. @@@ Note 1: Add characters '\' before special characters in a string. @@@ example 1: "family": "\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif",
@@@ Note 2: Add characters '\' before special characters in a string. @@@ example 2: "<h1 style=\"font-family: \'Helvetica Neue\',...." */
// Elements $elements = '[{ "id": "8ffa62b5-7258-42cc-ba53-7ae69638c1fe", "type": "Logo", "nameElement": "Logo", "settingRow": { "backgroundColor": "#ECECEC", "align": "center", "pathImg": "", "paddingTop": "15", "paddingRight": "0", "paddingBottom": "15", "paddingLeft": "0", "width": "172", "url": "#" } }, { "id": "802bfe24-7af8-48af-ac5e-6560a81345b3", "type": "ElementText", "nameElement": "Email Heading", "settingRow": { "content": "<h1 style=\"font-size: 30px; font-weight: 300; line-height: normal; margin: 0; color: inherit;\">Your invoice for order: #[yaymail_order_id]</h1>", "backgroundColor": "#7f54b3", "textColor": "#ffffff", "family": "Helvetica,Roboto,Arial,sans-serif", "paddingTop": "36", "paddingRight": "48", "paddingBottom": "36", "paddingLeft": "48" } }, { "id": "b035d1f1-0cfe-41c5-b79c-0478f144ef5f", "type": "ElementText", "nameElement": "Text", "settingRow": { "content": "<p style=\"margin: 0px;\"><span style=\"font-size: 14px;\">' . $emailHi . '<br /><br /></span></p>\n<p style=\"margin: 0px;\"><span style=\"font-size: 14px;\">Here are the details of your order placed on [yaymail_order_date]</span></p>", "backgroundColor": "#fff", "textColor": "#636363", "family": "Helvetica,Roboto,Arial,sans-serif", "paddingTop": "47", "paddingRight": "50", "paddingBottom": "0", "paddingLeft": "50" } }, { "id": "ad422370-f762-4a26-92de-c4cf3878h0oi", "type": "OrderItem", "nameElement": "Order Item", "settingRow": { "contentBefore": "[yaymail_items_border_before]", "contentAfter": "[yaymail_items_border_after]", "contentTitle": "[yaymail_items_border_title]", "content": "[yaymail_items_border_content]", "backgroundColor": "#fff", "titleColor" : "#7f54b3", "textColor": "#636363", "borderColor": "#e5e5e5", "family": "Helvetica,Roboto,Arial,sans-serif", "paddingTop": "15", "paddingRight": "50", "paddingBottom": "15", "paddingLeft": "50" } },'; if ( class_exists( 'WC_Subscription' ) ) { $elements .= '{ "id": "os422370-f762-4a26-92de-c4cf3878h0oi", "type": "AddonWooSubscriptionInformation", "nameElement": "Woo Subscription Information", "settingRow": { "backgroundColor":"#fff", "borderColor":"#e5e5e5", "content":"This is content", "contentAfter":"[yaymail_items_border_after]", "contentBefore":"[yaymail_items_border_before]", "contentTitle":"Subscription information", "family":"Helvetica,Roboto,Arial,sans-serif", "paddingBottom":"15", "paddingLeft":"50", "paddingRight":"50", "paddingTop":"15", "textColor":"#636363", "titleColor":"#7f54b3", "titleID": "ID", "titleStartDate": "Start date", "titleEndDate": "End date", "titleRecurringTotal": "Recurring total" } },'; } $elements .= '{ "id": "de242956-a617-4213-9107-138842oi4tch", "type": "BillingAddress", "nameElement": "Billing Shipping Address", "settingRow": { "nameColumn": "BillingShippingAddress", "contentTitle": "[yaymail_billing_shipping_address_title]", "checkBillingShipping": "[yaymail_billing_shipping_address_title]", "titleBilling": "' . $textBillingAddress . '", "titleShipping": "' . $textShippingAddress . '", "content": "[yaymail_billing_shipping_address_content]", "titleColor" : "#7f54b3", "backgroundColor": "#fff", "borderColor": "#e5e5e5", "textColor": "#636363", "family": "Helvetica,Roboto,Arial,sans-serif", "paddingTop": "15", "paddingRight": "50", "paddingBottom": "15", "paddingLeft": "50" } }, { "id": "b39bf2e6-8c1a-4384-a5ec-37663da27c8d", "type": "ElementText", "nameElement": "Text", "settingRow": { "content": "<p><span style=\"font-size: 14px;\">' . $additionalContent . '[yaymail_domain]!</span></p>", "backgroundColor": "#fff", "textColor": "#636363", "family": "Helvetica,Roboto,Arial,sans-serif", "paddingTop": "0", "paddingRight": "50", "paddingBottom": "38", "paddingLeft": "50" } }, { "id": "b39bf2e6-8c1a-4384-a5ec-37663da27c8ds", "type": "ElementText", "nameElement": "Footer", "settingRow": { "content": "<p style=\"font-size: 14px;margin: 0px 0px 16px; text-align: center;\">[yaymail_site_name] - Built with <a style=\"color: #7f54b3; font-weight: normal; text-decoration: underline;\" href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noopener\">WooCommerce</a></p>", "backgroundColor": "#ececec", "textColor": "#8a8a8a", "family": "Helvetica,Roboto,Arial,sans-serif", "paddingTop": "15", "paddingRight": "50", "paddingBottom": "15", "paddingLeft": "50" } }]';
// Templates New Order $templates = array( 'customer_invoice' => array(), );
$templates['customer_invoice']['elements'] = $elements; return $templates; } }
|