Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

  • 3 weeks later...
Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...