Compare commits
2 Commits
67d9e70eca
...
3c70980a65
Author | SHA1 | Date | |
---|---|---|---|
3c70980a65 | |||
18a268007a |
@ -20,7 +20,7 @@
|
|||||||
<td><?php echo Monero_Gateway::format_seconds_to_time($details['order_age']) ?> ago</td>
|
<td><?php echo Monero_Gateway::format_seconds_to_time($details['order_age']) ?> ago</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Order exipires</td>
|
<td>Order expires</td>
|
||||||
<td>
|
<td>
|
||||||
<?php echo $details['order_expires'] ?>
|
<?php echo $details['order_expires'] ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<section class="woocommerce-order-details">
|
<section class="woocommerce-order-details">
|
||||||
<h2 class="woocommerce-order-details__title"><?php echo $method_title ?></h2>
|
<h2 class="woocommerce-order-details__title"><?php echo $method_title ?></h2>
|
||||||
<noscript><p>Javascript is disabled, please refresh the page to check your order status. Your order will expire an hour from when you clicked place order if no payment is recieved in that time.</noscript>
|
<noscript><p>Javascript is disabled, please refresh the page to check your order status. Your order will expire in <strong><?php echo $details['order_expires']; ?></strong> if no payment is recieved in that time.</noscript>
|
||||||
|
|
||||||
<strong id="monero_payment_messages">
|
<strong id="monero_payment_messages">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user