[ic] Debit Cards

Jonathan Clark interchange-users@lists.akopia.com
Mon Jul 9 17:21:01 2001


> When asking for information about Debit Cards, merchant services in the UK
> want the card start date as well as an expiry date and an issue number.
>
> Bearing mind I am not a programmer of any kind and have to modify my IC
> online as it hosted on a server that included IC as part of the hosting
> package, how easy or difficult would it be to modify one of the payment
> options to get additional card information off the customer (like a start
> Year and month, issue number), and.. if it is not incredibly
> difficult, does
> anyone know how I would do it?

You need to add the fields to the pages/ord/checkout.html page and then
reference them on the etc/report file which generates the order email.

I just stuck these in there, they don't get encrypted with the other cc
details though - didn't figure that one out.

For the uk, also look at the filter on the zip field which filters to
numbers - I just change this to 'uc' to convert the input to upper-case.

good luck!

Jonathan
Webmaint.