Re: Google Checkout module for Zen Cart (beta)
to follow up on my post,
i looked at my raw log files.
"POST /googlecheckout/responsehandler.php HTTP/1.0" 403 - "-" "Jakarta Commons-HttpClient/3.0.1"
any ideas as to why my server is returning 403?
I am on a shared hosting server. there is nothing in my .htaccess files except just enough to make zencart work.
.htaccess
php_value session.use_trans_sid off
php_value register_globals off
<Files ".ht*">
deny from all
</Files>
php_flag session.use_trans_sid off
Re: Google Checkout module for Zen Cart (beta)
to follow up with my last issue, my web host looked into the issue and there was a security rule that was preventing the post to requesthandler.php
Now since that's settled, I need to figure out why my orders will not show up.
Is the product ID being passed with a ; first an issue?
Re: Google Checkout module for Zen Cart (beta)
I am currently using GCO 1.0.4 with the order issues. My stock quantity is deducted properly, but the orders do not show up correctly.
Maybe I should try GCO 1.0.5, any help on where I can download this? I've looked on Zen and on Google's website and have been unable to find this download.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
xinno
I am currently using GCO 1.0.4 with the order issues. My stock quantity is deducted properly, but the orders do not show up correctly.
Maybe I should try GCO 1.0.5, any help on where I can download this? I've looked on Zen and on Google's website and have been unable to find this download.
Start back about page 34 of this thread. A lot of troubleshooting and links to 1.0.5.
Re: Google Checkout module for Zen Cart (beta)
Update on my issues...
I finally have GCO 1.0.5 working 100% as it should.
It is finally pulling in our custom fedex and usps shipping rates properly which was the major snag. It's also finally sening ALL information back to our cart about which product was ordered, and how many, etc...
A programmer here had to re-write the entire merchant callback function as the one that was in there does not work.
I also had to change some other things around that 1.0.5 actually broke...
What a head ache.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
xinno
to follow up with my last issue, my web host looked into the issue and there was a security rule that was preventing the post to requesthandler.php
Now since that's settled, I need to figure out why my orders will not show up.
Is the product ID being passed with a ; first an issue?
No, the ; in front of order numbers was not an issue as I thought it might have been.
That is just the format it expects it in.
If ZC is not getting any data from google, I would first try using the 1.0.5 files and seeing if that helps. Also triple check the API callback url in your google sandbox settings.
Re: Google Checkout module for Zen Cart (beta)
...
i just found that my orders section under customers shows all my google orders.
the reports section shows none.
is this normal?
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
xinno
...
i just found that my orders section under customers shows all my google orders.
the reports section shows none.
is this normal?
All my GCO orders are in my reports...
Re: Google Checkout module for Zen Cart (beta)
where do I get 1.0.5 files ?
I still don't have my orders showing in the Admin side.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
aktiveradio
where do I get 1.0.5 files ?
I still don't have my orders showing in the Admin side.
ropu has the code posted at:
http://google-checkout-zencart.googl...com/svn/trunk/
You will have to package the files yourself.
My suggestion is that you install 1.0.4 from the downloads then replace only these files - in the googlecheckout folder:
responsehandler.com
xmlbuilder.php
xmlparser.php
and add - in the googlecheckout folder:
googlemerchantcalculations.php
googleresult.php
You will be able to select one of the shipping methods as in 1.0.4. I use the table method.
This is the setup I have that works.
I believe that the newer responsehandler.php resolves the issue of items not feeding back to Admin. The two new files contain functions called by the new responsehandler.php and are needed to prevent error messages. The 2 xml...php files have improved xml handling functions.
The parts of 1.0.5 that don't seem to work - the merchant selectable shipping methods - are partly contained in gcheckout.php and the other files in the other folders that I don't recommend changing.