View Single Post
  #32  
Old 08-16-2006, 10:13 AM
 
hues hues is offline
 

Advanced Member
  
Join Date: Jul 2006
Posts: 90
 

Default

Quote:
Not sure I understand your question? Are you asking if you can mask the CC # within the database?? (e.g. Not store the entire CC # ? )

Yes I dont want complete CC # to be stored in the database.

When an order is processed, though the CC info is not sent to the customer, it appears on the order detail section in the admin.

Any one, including the fulfillment staff who will be handling the order management will have access to the cc information of the customers, which is not right. I need to mask the cc# for increasing security at my site.

If I change the
Code:
$store_cc = true;
to
Code:
$store_cc = false;
then this mod does not work, because obviously it has to pick up the cc# from the database.

I want to be able to store the cc # just like it appears on the invoice, with the type of the card and the last 4 digits visible and rest of the digits masked.
__________________
X-Cart 4.4.5 ... www.drugteststrips.com
X-Cart 4.4.5 ... www.drugalcoholtest.com

Hues Technologies
http://www.huestechnologies.com
Reply With Quote