Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

Credit Card Expiring Soon Message Not Working

$
0
0
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:

Code:

{if $ccexpiringsoon}
                <div class="alert alert-gray fade in">
                        <button class="close" data-dismiss="alert">&times;</button>
                        <strong>{$LANG.ccexpiringsoon}:</strong> {$LANG.ccexpiringsoondesc|sprintf2:'<a href="clientarea.php?action=creditcard">':'</a>'}
                </div>
{/if}

Any help or suggestions appreciated.?

Viewing all articles
Browse latest Browse all 13458

Trending Articles