Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Checkout probelms with new payment module

Checkout probelms with new payment module

Locked

Views: 1,180

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Feb 2007, 10:46 PM
#1
namheul avatar

namheul

New Zenner

Join Date:
Feb 2007
Posts:
3
Plugin Contributions:
0

Checkout probelms with new payment module

Hi.

Ive created a new payment module. When the customer clicks "Confirm Order" it redirectes them to the appropriate website where they can complete the payment. The problem is that im not sure on what page i should return them to after they have payed.

I tried linking them to checkout_process and checkout_success but both give a login time out error.

How can i get it to work?

Thanks.

28 Feb 2007, 10:50 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Checkout probelms with new payment module

should be checkout_process, however you need to carry the session ID

28 Feb 2007, 11:18 PM
#3
namheul avatar

namheul

New Zenner

Join Date:
Feb 2007
Posts:
3
Plugin Contributions:
0

Re: Checkout probelms with new payment module

How do i carry the session ID over?

Do you mean i need to maintain the session somehow? Or link to the page like "index.php?main_page=checkout_process?sessionID=dfgfdgfdgdf" ?

Thanks.