Made order time in email bold

This commit is contained in:
Jacob Eva 2023-05-18 16:32:00 +01:00
parent 187626c7f7
commit 7e09937256
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -20,7 +20,7 @@
<?php echo $method_title ?>
</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;">
<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">
@ -53,4 +53,4 @@
</table>
</div>
<?php endif; ?>
<?php endif; ?>