By default, SalesCart runs a CheckLuhn routine. CheckLuhn is an algorithm which can mathematically determine if a credit card number is valid. It does not ensure that the card is not fraudulent, but it does at least ensure the card number is mathematically possible. This helps to reduce fraud and wasted calls to the credit card processing terminal by preventing customers from continuing without at least a "mathematically" feasible credit card number. To remove the CheckLuhn routine, follow these steps:
<%
session_start();
require("../gbl.php");
%>
<!--#include file="checkluhn.inc"-->
<%
<!--#include file="checkluhn.inc"-->
<%
session_start();
require("../gbl.php");
%>