I'm testing error/warning messages with our installation.
Seems when a card which is due to expire is stored with a client account the 'card expiring soon' message doesn't show.
I've looked at the template file and it has the following:
Any help or suggestions appreciated.?
Seems when a card which is due to expire is stored with a client account the 'card expiring soon' message doesn't show.
I've looked at the template file and it has the following:
Code:
{if $ccexpiringsoon}
<div class="alert alert-gray fade in">
<button class="close" data-dismiss="alert">×</button>
<strong>{$LANG.ccexpiringsoon}:</strong> {$LANG.ccexpiringsoondesc|sprintf2:'<a href="clientarea.php?action=creditcard">':'</a>'}
</div>
{/if}