Initial Commit
This commit is contained in:
18
views/emails/customer/confirm-email-address.php
Normal file
18
views/emails/customer/confirm-email-address.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Site Published Email Template - Customer
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
?>
|
||||
<p><?php printf(__('Hey %s,', 'wp-ultimo'), '{{customer_name}}'); ?></p>
|
||||
|
||||
<p><?php printf(__('Thanks for creating an account! You\'re only a step away from being ready.', 'wp-ultimo')); ?></p>
|
||||
|
||||
<p><?php printf(__('In order to complete the activation of your account, you need to confirm your email address by clicking on the link below.', 'wp-ultimo')); ?></p>
|
||||
|
||||
<p>
|
||||
<a href="{{verification_link}}" style="text-decoration: none;" rel="nofollow" data-cy="email-verification-link"><?php _e('Verify Email Address →', 'wp-ultimo'); ?></a>
|
||||
<br>
|
||||
<small><?php printf(__('or copy the link %s and paste it onto your browser', 'wp-ultimo'), '<code>{{verification_link}}</code>'); ?></small>
|
||||
</p>
|
59
views/emails/customer/payment-received.php
Normal file
59
views/emails/customer/payment-received.php
Normal file
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
/**
|
||||
* Payment Received Email Template
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
?>
|
||||
<p><?php printf(__('Hey %s,', 'wp-ultimo'), '{{customer_name}}'); ?></p>
|
||||
|
||||
<p><?php printf(__('We have great news! We successfully processed your payment of %1$s for %2$s.', 'wp-ultimo'), '{{payment_total}}', '{{payment_product_names}}'); ?></p>
|
||||
|
||||
<p><a href="{{payment_invoice_url}}" style="text-decoration: none;" rel="nofollow"><?php _e('Download Invoice', 'wp-ultimo'); ?></a></p>
|
||||
|
||||
<h2><b><?php _e('Payment', 'wp-ultimo'); ?></b></h2>
|
||||
|
||||
<table cellpadding="0" cellspacing="0" style="width: 100%; border-collapse: collapse;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Products', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee; border: 1px solid #eee;">
|
||||
{{payment_product_names}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Subtotal', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
{{payment_subtotal}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Tax', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
{{payment_tax_total}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Total', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
{{payment_total}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Processed at', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">{{payment_date_created}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9;"><b><?php _e('Invoice', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
|
||||
<a href="{{payment_invoice_url}}" style="text-decoration: none;" rel="nofollow">
|
||||
<?php _e('Download PDF', 'wp-ultimo'); ?>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Type', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">Initial Payment</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
47
views/emails/customer/renewal-payment-created.php
Normal file
47
views/emails/customer/renewal-payment-created.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
/**
|
||||
* Payment Received Email Template
|
||||
*
|
||||
* @since 2.0.19
|
||||
*/
|
||||
?>
|
||||
<p><?php printf(__('Hey %s,', 'wp-ultimo'), '{{customer_name}}'); ?></p>
|
||||
|
||||
<p><?php printf(__('You have a new pending payment of %1$s for your membership.', 'wp-ultimo'), '{{payment_total}}'); ?></p>
|
||||
|
||||
<p><a href="{{default_payment_url}}" style="text-decoration: none;" rel="nofollow"><?php _e('Pay Now', 'wp-ultimo'); ?></a></p>
|
||||
|
||||
<h2><b><?php _e('Payment', 'wp-ultimo'); ?></b></h2>
|
||||
|
||||
<table cellpadding="0" cellspacing="0" style="width: 100%; border-collapse: collapse;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Products', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee; border: 1px solid #eee;">
|
||||
{{payment_product_names}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Subtotal', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
{{payment_subtotal}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Tax', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
{{payment_tax_total}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Total', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
{{payment_total}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Created at', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">{{payment_date_created}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
35
views/emails/customer/site-published.php
Normal file
35
views/emails/customer/site-published.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* Site Published Email Template - Customer
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
?>
|
||||
<p><?php printf(__('Hey %s,', 'wp-ultimo'), '{{customer_name}}'); ?></p>
|
||||
|
||||
<p><?php printf(__('We have great news! The site <b>%1$s</b> (%2$s) was created successfully and is ready!', 'wp-ultimo'), '{{site_title}}', '<a href="{{site_url}}" style="text-decoration: none;" rel="nofollow">{{site_url}}</a>'); ?></p>
|
||||
|
||||
<h2><b><?php _e('Your Site', 'wp-ultimo'); ?></b></h2>
|
||||
|
||||
<table cellpadding="0" cellspacing="0" style="width: 100%; border-collapse: collapse;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Title', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee; border: 1px solid #eee;">
|
||||
{{site_title}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('URL', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
<a href="{{site_url}}" style="text-decoration: none;" rel="nofollow"><?php _e('Visit Site →', 'wp-ultimo'); ?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php _e('Admin Panel', 'wp-ultimo'); ?></b></td>
|
||||
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
|
||||
<a href="{{site_admin_url}}" style="text-decoration: none;" rel="nofollow"><?php _e('Visit Admin Panel →', 'wp-ultimo'); ?></a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Reference in New Issue
Block a user