RE: Credit Cards Accepted, Patricia Petrat, 10-10-2007 06:31
The information is in the code on your site.
by Retailer Support, October 10, 2007 06:41
There are two different ways to correct this. The first is to change the line of code in your site that has <INPUT TYPE="hidden" NAME="merchantID"... Change this to <INPUT TYPE="hidden" NAME="cartCfg"...
or you can change the following line of code from:
<input type="hidden" name="getCCinfo" value="1111">
change it to:
<input type="hidden" name="getCCinfo" value="1100">
Retailer Support
|