OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Google checkout
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Contribution Development
manjeera
Hello everyone,
I have downloded GOOGLE CHECKOUT MODULE FOR OSC (v1.4.5_CCS).
Iam getting the error

google_orders' doesn't exist

select google_order_number from google_orders where orders_id

If anyone is having the solution plz mail me back
php4script
try to do following

in the catalog/includes/modules/payemtn/googlecheckout.php uncomment the two rows below

CODE
//    tep_db_query("create table if not exists ". $this->table_name ." (customers_id int(11), buyer_id bigint(20))");
//    tep_db_query("create table if not exists ". $this->table_order ." (orders_id int(11), google_order_number bigint(20), order_amount decimal(15,4))");


then reinstall this module in the admin area -> modules -> payment
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.