Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Google Checkout Module Version v1.4.5_CCS


pete2007

Recommended Posts

Posted

I have installed the Google Checkout v1.4.5_CCS module to my

Oscommerce site but I'm having problems setting it up inside my Osc

admin section.

 

My problem is that once on the shopping_cart.php I click on the Google

Checkout image it basically redirects me to the same

"shopping_cart.php" page, surely it should be taking me to the Google

Checkout page. Does anyone know if I have missed out on something?

 

 

I have tried lots of different settings but I can't seem to find the

right ones.

 

 

Any help or advice would be most appreiated!

Posted

did you followed the installation instruction?

did you entered merchant id and key?

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted
did you followed the installation instruction?

did you entered merchant id and key?

 

Hi,

 

Thanks for the response.

 

I believe I followed the installation instructions correctly, and I have added the merchant id and key within the osc admin but I still can't proceed to the next stage when I click on the google checkout image

Posted
I have installed the Google Checkout v1.4.5_CCS module to my

Oscommerce site but I'm having problems setting it up inside my Osc

admin section.

 

My problem is that once on the shopping_cart.php I click on the Google

Checkout image it basically redirects me to the same

"shopping_cart.php" page, surely it should be taking me to the Google

Checkout page. Does anyone know if I have missed out on something?

I have tried lots of different settings but I can't seem to find the

right ones.

Any help or advice would be most appreiated!

 

Hi Alex,

 

Appently it is the code not submitting the admin forms data to google:

 

Is this code correct, taken from the checkout_payment.php file

 

<?php
 // ** GOOGLE CHECKOUT **
 // Skips Google checkout as a payment option on the payments page since that option
 // is provided in the checkout page
 $selection = $payment_modules->selection();

 for($i=0, $n=sizeof($selection); $i<$n; $i++) {
if($selection[$i]['id'] == 'googlecheckout') {
  array_splice($selection, $i, 1);
  break;
}
 }

 // ** END GOOGLE CHECKOUT **

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...