PRB Remove credit card numbers from database

Article # 5197

The information in this article applies to this particular SalesCart Product(s): 
STD, PRO, SQL


SYMPTOMS
You would like your shopping cart to not save credit card information to the database.

CAUSE
This is an informational aritcle.

RESOLUTION

SalesCart PRO

Download the following file removeccASP.zip and extract the file removecc.asp into your SalesCart cgi-bin directory. Open receipt2.asp and place the following line after <!--#include file="merc-conf.asp"-->:

<!--#include file="removecc.asp"-->

SalesCart-X

Download the following file removeccPHP.zip and extract the file removecc.php into your SalesCart sc-bin directory. Open receipt2.php and place the following line after require("../gbl.php");:

require("removecc.php");

SUMMARY
You would like your shopping cart to not save credit card information to the database.

STATUS
Saving credit card data is a design feature of SalesCart.

REFERENCE
No references


Additional Query Words: security, credit card number, removing

Active/inactive: Active
Author:
 WS
Date:
 10/26/04