Re: Invalid or not supported Message
Quote:
Originally Posted by
delicious
I can checkout through ZC successfully. The problem is that GC is not
updating ZC.
The GC -> Integration Log shows not entry what so ever.
my-site/googlecheckout/logs/response_error.log shows:
"Invalid or not supported Message"
This happens with SSL on or off in my test environment and
in my live environment.
I tried running Rupo's responsehandler_test.php and I get the same
error.
I've also tried with and without htaccess - Same error - Invalid or not supported Message.
My testing environment:
* Zen Cart - 1.3.7
* Google Checkout Module - 1.4.5
* PHP 5.1.2
My live environment:
Zen Cart - 1.3.7
Google Checkout Module - 1.4.5
* PHP 4.4.4-8
I'm having the same problem. I've already had 3 orders through GC and its not showing in admin. I am getting emails from Google saying it's failing. I have zen v1.3.8 and the GC for it.
Don't know what the htacess thing is though?
Re: Invalid or not supported Message
htaccess is the file on your ftp, if the GC mod requires it you have to edit to match what they instructed to add to it.
Re: Google Checkout module for Zen Cart (beta)
Is it possible to configure it so that google checkout is the sole checkout method? I'd like to do this at first while I consider other payment options.
Thanks in advance.
Re: Google Checkout module for Zen Cart (beta)
with some coding exprience anything is possible
Re: Invalid or not supported Message
Quote:
Originally Posted by
delicious
I can checkout through ZC successfully. The problem is that GC is not
updating ZC.
The GC -> Integration Log shows not entry what so ever.
my-site/googlecheckout/logs/response_error.log shows:
"Invalid or not supported Message"
This happens with SSL on or off in my test environment and
in my live environment.
I tried running Rupo's responsehandler_test.php and I get the same
error.
I've also tried with and without htaccess - Same error - Invalid or not supported Message.
My testing environment:
* Zen Cart - 1.3.7
* Google Checkout Module - 1.4.5
* PHP 5.1.2
My live environment:
Zen Cart - 1.3.7
Google Checkout Module - 1.4.5
* PHP 4.4.4-8
I was having the same problem. I went back to the README file and found:
"3. Set the file attribute to 777 for /googlecheckout/logs/response_error.log and
/googlecheckout/logs/response_message.log files.
4. Go to http://<url-site-url>/googlecheckout/responsehandler.php
If you get a 'Invalid or not supported Message', 'Fail to get HTTP Authentication',
or a request for User and Password, go to the next section."
I changed the permissions to 777 and now it works/ The Invalid or Not Supported Message is supposed to be there, I think. I went to my admin and the order that was processed and didn't show up in the admin was now there! So check your permissions on both of those files and then let us know what happens. I think think that is all there is to it.
Amy
Re: Google Checkout module for Zen Cart (beta)
So what might one do to make the standard checkout button disappear completely? For the time being I guess I could change the button image to a white dot.
Re: Invalid or not supported Message
Quote:
Originally Posted by
delicious
I've also tried with and without htaccess - Same error - Invalid or not supported Message.
Quote:
Originally Posted by
khopek
I'm having the same problem. I've already had 3 orders through GC and its not showing in admin. I am getting emails from Google saying it's failing. I have zen v1.3.8 and the GC for it.
Don't know what the htacess thing is though?
Are you running PHP as CGI? Note the instructions in the installation and readme documents.
Re: Invalid or not supported Message
Maybe someone has already asked this, but why is all of the styling hard coded into the button code? I am just curious about the decision not to have id's classes and a stylesheet? Is there a chance of a change in future releases?
Anyway, cheers for puting this together, it has saved me a lot of time.
Re: Invalid or not supported Message
Quote:
Originally Posted by
banswidthjunkie
Maybe someone has already asked this, but why is all of the styling hard coded into the button code? I am just curious about the decision not to have id's classes and a stylesheet? Is there a chance of a change in future releases?
I suspect to make it easer for Google to control the presentation of the button and the text around the button, to make the presentation consistent across all the ecommerce applications and lessen opportunity for shopowners to manipulate the presentation. Just a guess.
Future GC mod for ZC development appears to be in limbo as the mod is currently without a developer. See the official support site for more info.
Re: Invalid or not supported Message
I see. The problem is that one size fits all never works and it is basically bad coding practice.