>> http://code.google.com/p/google-checkout-oscommerce/issues/detail?id=38
>>Comment #1 by rovagnati:
>>hi, i cant fully undestand ur issue
I have google checkout installed as the ONLY payment method for an
oscommerce store. (oscommerce 2.2-MS2) using the google oscommerce
contribution v1.3RC2
On all my checkout screens, there is an os commerce button AND a
google checkout button. Both these buttons are enabled and the user is
presented with something like:
[CHECKOUT]
- or use -
[GOOGLE CHECKOUT]
where [-----] represents the button (I can supply a pdf printout, but
there doesn't seem to be a way of attaching this!)
If I chose to use the google checkout button, all works perfectly - I
am taken to the Google checkout screens and info is sucessfully passed
back to oscommerce
However, I am also able to checkout using the os commerce checkout
button. If I select this button, I am not taken to the Google
checkout screen, just asked to input address details via oscommerce
and I then get the oscommerce order placed confirmation, showing
Google checkout as the selected payment method, but nothing has been
passed to/from google checkout and the order has not actually been
recorded in google checkout.
What I would expect to happen is that the os commerce [CHECKOUT]
button would not even appear on the payment screens if Google Checkout
was the only available payment method.
For what you want, you can remove (or comment out) the oscommerce
checkout button (button_checkout.gif) in the shopping_cart.php file.
And, remove any links you have to login &/or register. You will
possibly want to modify slightly the look. It also would not be very
hard to just place the Google Checkout button code so that the Google
Checkout button would be where the oscommerce button was, actually
replacing it (any way you do it you will want to keep in mind the
oscommerce closing form tag, it must be placed before the Google
button code).
The Google Checkout mod as is, is not designed, or meant to replace
the oscommerce checkout. It is meant to add an additional checkout
process option (Google Checkout).
I'm taking a guess that the reason you even see anything concerning
Google (button or otherwise) on the oscommerce (checkout) payment page
is that the modifications to the oscommerce checkout_payment.php file
were either not done at all, or not correctly done not.
There should be no Google reference or option of any sort during the
oscommerce checkout process.
Tom
Please disregard my above references to not correctly modifying the
oscommerce checkout_payment.php file. I mis-read what you wrote. The
rest of what I tried to explain is relevant.
Tom
> > was the only available payment method.- Hide quoted text -
>
> - Show quoted text -
At the very least, surely google should amend the installation
instructions to ensure this is included? Lokking through the
oscommerce forumes, this issue comes up again and agin.
> > - Show quoted text -- Hide quoted text -
> > > > oscommerce store. (oscommerce 2.2-MS2 ) using the google oscommerce