Page 3 of 3
Re: [1.4.7] [FIX] 2checkout module
Posted: Sat Jun 19, 2010 7:06 am
by tdweb
I also having problems with 2checkout module.
I use version 1.4.8. and orders are not beeing recorded on Opencart
Please some one give us some light
Re: [1.4.7] [FIX] 2checkout module
Posted: Tue Dec 14, 2010 4:21 am
by foldingbikela
Has this issue been resolved? I just ran a test purchase with 2checkout and opencart did not record the sale.

Re: [1.4.7] [FIX] 2checkout module
Posted: Tue Dec 14, 2010 5:05 am
by ipse
Sorry guys, I use 1.4.7 and don't plan to upgrade to later versions because of lack of free time.
Someone should take an effort of porting the patch to later versions.
And it would be great to have it checked in into svn,
Re: [1.4.7] [FIX] 2checkout module
Posted: Sat Sep 03, 2011 1:35 pm
by pirate
http://forum.opencart.com/viewtopic.php ... 561#p57460 zipped version corrupted.
I am using opencart 1.5.1.1 in this after 2co checkout process , their is no payment record in my orders table.
please provide me the exact fixed files
twocheckout.php
twocheckout.tpl
Re: [1.4.7] [FIX] 2checkout module
Posted: Sat Sep 03, 2011 3:36 pm
by pirate
This is working only when if i enable testmode on.
one more problem:
if i am not returns to this URL(
http://www.website.com/index.php?route=checkout/success) from 2chekout than shopping cart session was not clearing even after purchase.
Re: [1.4.7] [FIX] 2checkout module
Posted: Sat Sep 03, 2011 3:40 pm
by ipse
pirate wrote:This is working only when if i enable testmode on.
It works fine with OpenCart 1.4.7
pirate wrote:one more problem:
if i am not returns to this URL(http://www.***.com/index.php?route=checkout/success) from 2chekout than shopping cart session was not clearing even after purchase.
Yes, this is a known limitation. It would be great to see a fix for this, but it requires a good deal of work.
Re: [1.4.7] [FIX] 2checkout module
Posted: Sat Sep 03, 2011 4:32 pm
by pirate
ipse wrote:pirate wrote:This is working only when if i enable testmode on.
It works fine with OpenCart 1.4.7
Yes, this is a known limitation. It would be great to see a fix for this, but it requires a good deal of work.
Thanks!
Re: [1.4.7] [FIX] 2checkout module
Posted: Thu Sep 22, 2011 2:10 pm
by pirate
[1.5.1.1]
In 2co settings Direct Return (After completing an order, buyers should be) what settings we have to use from the following.
1)Given links back to my website
2)Immediately returned to my website
3)Header Redirect (Your URL)
I tried 1 option with "
http://www.myweb.com/index.php?route=pa ... t/callback" Not working ..
In 1.5.1.1
Re: [1.4.7] [FIX] 2checkout module
Posted: Thu Sep 22, 2011 3:40 pm
by ipse
pirate wrote:[1.5.1.1]
In 2co settings Direct Return (After completing an order, buyers should be) what settings we have to use from the following.
1)Given links back to my website
2)Immediately returned to my website
3)Header Redirect (Your URL)
I tried 1 option with "http://www.***.com/index.php?route=payment/twocheckout/callback" Not working ..
In 1.5.1.1
I use "Immediately returned to my website" option and it works for my [1.4.7] installation.
Re: [1.4.7] [FIX] 2checkout module
Posted: Wed Nov 09, 2011 4:47 am
by Arumaldo
I have the same issue, is there any solution to this?
Thank you all for your help.
Re: [1.4.7] [FIX] 2checkout module
Posted: Wed Nov 16, 2011 11:40 pm
by Arumaldo
I used
http://www.mystore.com/index.php?route= ... t/callback and it gives me the following error:
Notice: Undefined index: cart_order_id in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 72Notice: Undefined index: order_number in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 75Notice: Undefined index: total in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 80Notice: Undefined index: key in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 80The response from 2checkout.com can't be parsed. Contact site adimistrator, please!
Please help!!
Re: [1.4.7] [FIX] 2checkout module
Posted: Thu Nov 17, 2011 3:14 pm
by ipse
Arumaldo wrote:I used
http://www.mystore.com/index.php?route= ... t/callback and it gives me the following error:
Notice: Undefined index: cart_order_id in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 72Notice: Undefined index: order_number in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 75Notice: Undefined index: total in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 80Notice: Undefined index: key in /home/content/33/3492533/html/librocafe/catalog/controller/payment/twocheckout.php on line 80The response from 2checkout.com can't be parsed. Contact site adimistrator, please!
Please help!!
OpenCart 1.5 or later is not supported. Someone should take on this task and fix all those problems.