Made order time in email bold
This commit is contained in:
parent
187626c7f7
commit
7e09937256
@ -20,7 +20,7 @@
|
|||||||
<?php echo $method_title ?>
|
<?php echo $method_title ?>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p style="margin: 0 0 16px;">Please pay the amount due to complete your transactions. Your order will expire in <?php echo $details['order_expires']; ?> if payment is not received.</p>
|
<p style="margin: 0 0 16px;">Please pay the amount due to complete your transactions. Your order will expire in <strong><?php echo $details['order_expires']; ?></strong> if payment is not received.</p>
|
||||||
|
|
||||||
<div style="margin-bottom: 40px;">
|
<div style="margin-bottom: 40px;">
|
||||||
<table class="td" cellspacing="0" cellpadding="6" style="width: 100%; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; color: #636363; border: 1px solid #e5e5e5; vertical-align: middle;" border="1">
|
<table class="td" cellspacing="0" cellpadding="6" style="width: 100%; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; color: #636363; border: 1px solid #e5e5e5; vertical-align: middle;" border="1">
|
||||||
|
Loading…
Reference in New Issue
Block a user