I want to do exactly like requested in following post from hatysbox. In addition to confirmation emails I need to post some data to my payment processors script ../cgi-bin/modulev2.cgi, which connects to their secure server. The thread mentions modifications to checkout.pl to handle this but does not show nor link to them.
Thanks for your help
hatysbox wrote:I have my site running and I want to introduce a payment processor.
I notice that the instuctions say that the form action needs to be changed to link to the url of the payment processor. However, this will stop my site from running checkout.pl.
Therefore, my question is can you run checkout.pl as well as a payment processor.
Is there some script that you can add to checkout.pl to link it to a payment processor.
That is I want site to work as follows.
Hit Submit order button.
Reads checkout.pl and send emails to me and customer
and Transfer + Link details to payment processor.
I hope I am making some sense.
Any help would be greatly appreciated.