using checkout.pl and a payment processor

Get help with nopcart's interaction with payment provider gateways like Authorize.net, Worldpay, etc.

Moderators: Koibito, Stefko, Randy

Postby hatysbox » Fri Sep 16, 2005 2:55 am

thanks for the help

i have refered to the email and modified the code to

#Build redirect string and output it.
print "Location: ";
print "http://203.63.249.148/utci_v1.1.5/utci.nsa";

the url i get transfered is to
http://www.hatysbox.com.au/cgi-bin/checkout1.pl

and this is printed on a blank screen
Location: http://203.63.249.148/utci_v1.1.5/utci.nsa

do i need to change anything in nopcart.js in CheckoutCart section
hatysbox
 
Posts: 16
Joined: Thu Sep 15, 2005 4:11 am

Postby Stefko » Fri Sep 16, 2005 3:47 am

E-mail me your checkout.pl file, I'll get ya started!
KFL Technologies
Web-Enabled Solutions
e-Commerence Solutions
Stefko
Contributor / Guru
 
Posts: 833
Joined: Wed Sep 18, 2002 1:11 am
Location: Wichita, KS

Postby Stefko » Sun Sep 18, 2005 10:26 pm

I've e-mailed you a checkout script that connects to your Bank, make any neccessary changes and ENJOY!
KFL Technologies
Web-Enabled Solutions
e-Commerence Solutions
Stefko
Contributor / Guru
 
Posts: 833
Joined: Wed Sep 18, 2002 1:11 am
Location: Wichita, KS

Postby hatysbox » Mon Sep 19, 2005 12:57 am

Thank you so much for your help.
You have been fantastic.
I will give it a go a bit later.
hatysbox
 
Posts: 16
Joined: Thu Sep 15, 2005 4:11 am

Re: using checkout.pl and a payment processor

Postby nickc » Fri Sep 30, 2005 9:23 am

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.
nickc
WebMaster
 
Posts: 9
Joined: Fri Sep 30, 2005 7:52 am
Location: south west france

Postby Teiler » Tue Oct 11, 2005 9:20 pm

Hi

Would it be possible to then to add the "Mandatory Parameters" of any Payment Processor to the bottom of checkout.pl?

If you needed to add:

merchant
trans_id
amount
callback

can this be done by replacing the print data with these parameters?:

Code: Select all
print "merchant=abcdef01";
print "trans_id=100034";
print "template=http://www.secpay.com/users/abcdef01/templ1.html";



Thanks :)
Teiler
 
Posts: 4
Joined: Tue Oct 11, 2005 9:02 pm
Location: uk

Previous

Return to Help: Payment Gateways

Who is online

Users browsing this forum: No registered users and 0 guests