Hi,

Originally Posted by
nickgreaves
I wasn't suggesting that this deletion should be compulsory, or even the default, simply that it might be a useful option for those who wished to use it.
I understand. Unfortunately we can't afford to add any new features to the software at this time. I'll maybe just add a FAQ.

Originally Posted by
nickgreaves
I did this and verified that the table was empty. However, when I view orders the card information is still shown.
Of course, sorry, that will only clear the start date and issue number. To clear the remaining data you must empty the CC fields of your orders table.
Code:
UPDATE orders SET cc_type = NULL, cc_owner = NULL, cc_number = NULL, cc_expires = NULL;
Honestly I don't see the point of what you are doing really as no-one can use the first and last four digits of a card but each unto his own! :)
All the best..
Conor
ceon
Bookmarks