google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

GCO will not work with OSC #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fresh install OSC 2.2 RC2a
2. Fresh install GCO module 1.5.0
3. Sandbox environment

What is the expected output? What do you see instead?
Send shopping cart to google, add shipping, return results to OSC admin

What version of the product are you using? On what operating system?

GCO module 1.5.0 on Redhat linux

Please provide any additional information below.

1. Carrier calculated shipping is not getting declared/provided and 
returns an the OOPS error from google after clicking the google checkout 
button in OSC. The process goes no further. With this disabled I get a 500 
internal server error. 

2. Get a 500 internal server error because responsehandler.php has an 
error. An earlier release of responsehandler.php had a T_CASE error due to 
a missing } as noted on the releases on the forums of OSC. That package, 
however, did not send back all the items to OSC admin if there were more 
than 1 item thereby screwing up inventory counts cause items 2,3,etc 
quantities would not be subtracted from OSC. Though, the 500 internal 
error was corrected by adding proper syntax. 

Original issue reported on code.google.com by hellogoo...@gmail.com on 13 Mar 2009 at 12:35

GoogleCodeExporter commented 9 years ago
Maybe this should help.

this is the responsehandler.php straight out of the package. Did everyone 
working on 
the contribution just not debug this?

Parse error: syntax error, unexpected T_DEFAULT in 
C:\inetpub\wwwroot\hellogoogoo\responsehandler.php on line 1154

Original comment by hellogoo...@gmail.com on 13 Mar 2009 at 2:11

GoogleCodeExporter commented 9 years ago
I have installed Google checlut on my oscommerce web site and I am getting the 
following error
1146 - Table 'hitecempire_com_-_db.google_configuration' doesn't exist

select google_configuration_value from google_configuration where 
google_configuration_key=''
 But when I go to payment option I could not see the Google payment option at all 
even though I have configured the GC in the admin

Original comment by srindr...@gmail.com on 10 Jan 2010 at 10:42