Hello,

Background: I have Virtual Check service thru Linkpoint -- it's a manual thing, you have to go to their POS site and input the check info to get it approved. So the OSC eCheck thing that was modified and put here back in Aug 06 (I think) works fine for this purpose.

In fact, I've been using it without problem. It's just that some functionality is missing --> validating the input fields. [Using 1.3.6, no mods/contribs re pymt except Linkpoint, which comes with ZC.]

I've been trying to update the eCheck contribution to validate the input fields via the "javascript_validation" section of the module. In doing this, I've been using the Linkpoint module and the standard cc.php as a guide.

I can get it all coded in so that it is valid, but it doesn't trigger the JS Error window. Even stranger, once I upload that revised module the javascript_validation section in the Linkpoint module no longer works! (The php messageStack stuff still works tho.) As soon as I put back the echeck module without the validation section, the Linkpoint js validation works again.

I can see by comparing the eCheck thing that the author used the cc.php file as a base, put in the echeck stuff and returned false on sections not being used for echeck. I've also compared it to the Linkpoint module and they are basically the same, for all intents and purposes. So A = B = C.

So I must be missing something somewhere or I don't understand how it works. Probably both. "-)

I understand the eCheck contribution is not a part of the ZC base, but I'd sure appreciate some help in understanding how to get the javascript_validation section working.

Thanks!

Becky

[For anyone who sees this searching for 'echeck', once I get this working I'll make it available for other Linkpoint users who have that service (or anyone else who just wants to get the details in email for use with their own provider).]