' . $emailTitle . '", "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": "

' . $emailHi . '

\n

\n

' . $emailtext . '

\n

[yaymail_customer_note]

\n

' . $emailtext_1 . '

", "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": "

' . $additionalContent . '

", "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": "

[yaymail_site_name] - Built with WooCommerce

", "backgroundColor": "#ececec", "textColor": "#8a8a8a", "family": "Helvetica,Roboto,Arial,sans-serif", "paddingTop": "15", "paddingRight": "50", "paddingBottom": "15", "paddingLeft": "50" } }]'; // Templates New Order $templates = array( 'customer_note' => array(), ); $templates['customer_note']['elements'] = $elements; return $templates; } }