[ic] Orders to countries which have no states/provinces ?

DB DB at M-and-D.com
Tue Nov 6 07:46:14 EST 2007


>> IC 5.4.2 with a modified foundation catalog. On my checkout form,
>> "State/Province" is a required field. Some countries however have no
>> entries in the State table. When customers try to submit orders
>> shipping
>> to such a country, a rather cryptic error appears and they can't
>> proceed
>> (I use Skipjack). The error appears to be coming from Skipjack, but I'm
>> not certain that Interchange isn't generating the error. Error text is:
>> 
>> (Payment process): There was an error accepting payment: Real-time
>>  charge failed. Reason: Length of customer state (-82)
>>  Credit Card Information: Length of customer state (-82)
>> 
<snip>

The following seems to work ok, simply adding N/A as the State/Province
when none is found in the State table. Thanks for the suggestions. As
usual there are a number of possible solutions.

                  [no-match]
                  <SELECT NAME=state>
                  <option value="N/A">NONE FOUND - Use Comments section
below if needed</option>
                  </SELECT>
                  [/no-match]

DB



More information about the interchange-users mailing list