manjeera Posted February 5, 2008 Posted February 5, 2008 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 Quote
php4script Posted February 27, 2008 Posted February 27, 2008 try to do following in the catalog/includes/modules/payemtn/googlecheckout.php uncomment the two rows below // 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.