Zen Cart Logo

Payment Redirects...

Views: 813

Results 1 to 5 of 5
8 Oct 2012, 5:41 PM
#1
kaosmadrid avatar

kaosmadrid

New Zenner

Join Date:
Oct 2012
Posts:
2
Plugin Contributions:
0

Payment Redirects...

is there a way to redirect order information and forward it to another website....

so if I have an off-site payment gateway.... can I forward order information there...., and allow customer to checkout from offsite payment gateway.... is this legal?

8 Oct 2012, 5:48 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Payment Redirects...

Technically, that's the way Paypal works, so it's possible, if there's a Zencart module available for your processor. We could use a lot more information about exactly what you want to do.

8 Oct 2012, 5:58 PM
#3
kaosmadrid avatar

kaosmadrid

New Zenner

Join Date:
Oct 2012
Posts:
2
Plugin Contributions:
0

Re: Payment Redirects...

I am trying to code something in PHP which forwards order information to another domain, I need to know the location of the files which contains the variables to forward, and any other pertinent detail would be useful... so basically when it is time to checkout, customer is instead redirected to the offsite payment gate-way and the order information is forwarded to this website, I am just coding something for someone....

8 Oct 2012, 6:08 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Payment Redirects...

What payment gateway are you trying to forward to??

There are many plugins for payment gateways available in the plugins link

8 Oct 2012, 6:28 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Payment Redirects...

KaosMadrid:

I am trying to code something in PHP which forwards order information to another domain, I need to know the location of the files which contains the variables to forward, and any other pertinent detail would be useful... so basically when it is time to checkout, customer is instead redirected to the offsite payment gate-way and the order information is forwarded to this website, I am just coding something for someone....

If you're trying to direct the Zencart payment process to another site/cart in order to use that site's payment processing, then no, you can't do that. As before more specific details might let us help you solve the issue.