Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
colosports
Are you installing this to fresh Zen Cart or Zen Cart with mods? Have you renamed or made changes to your Order Status (Such as renaming "Pending" to "foobar")
My install is an upgrade from 1.2.6 to 1.3.5x but I have not made any modifications except those needed to install google-checkout. I am using the paypal mod.
And I have not made any changes to the order status. As for the way I am handling shipping I am using Zone Rates with Shipping Tables.
Re: Google Checkout module for Zen Cart released
gid, I would try installing the google checkout on a new fresh zencart for testing purposes. See if you still get the same error. This will let you know if the error is caused from the google module or if there is issue web your webserver.
I had many problems when upgrading to 1.3. It turn out to be something in the database when I was transisting from 1.2 to 1.3. I started from srcatch on 1.3 and slowing starting to add mods to fix the problem.
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
gid
colosports,
I tried out vs. 1.0.2 and it is working much better. Google is now updating my admin UI. The only problem is that now I am getting this error when trying to update the status of the order.
Fatal error: Cannot use object of type queryFactoryResult as array in x/x/x/x/x/added_function_for_google_checkout.php on line 101
gid,
If you get this error, try modifying the object reference by adding 'fields' as follows:
From
check_status->['order_status']
To
check_status->fields['order_status']
Hope this helps,
Jacob
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
colosports
I have uploaded a new version. It should appear by tomorrow.
The fixes are as follows:
Version : 1.0.2
Description :
- Fixed languages_id bug.
- Added return links from Google Checkout Cart.
- Added customers ip-address & phone number.
- Added getallheaders() funtion.
- Fixed zone id bug.
- Fix address book bug.
- Added Google link and Order No: to Admin page.
- Fixed quantity bug.
- Fixed product attribute bug.
- Added product attribute in Google Checkout cart.
- Updated README file.
Colosports,
Thank you very much for your contribution. I believe everyone can benefit from your contribution now. :)
I was fixing bugs as well but did not have enough time to address them as quickly as I wanted to. Thanks so much for staying on top of it, and please let me know if you need any help in understanding any part of the Google Checkout API.
Thanks,
Jacob
Re: Google Checkout module for Zen Cart released
Hi! Thanks for this module. It works great! Just a little problem though.
There are two lines
//** GOOGLE CHECKOUT **>>
and
//** END GOOGLE CHECKOUT **>> near the icon of google checkout on the checkout page.
They are supposed to be commented out. But I don't know why they still appear on the page. Should be something relatively easy to fix. But due to my limited knowledge, I cannot find the right file to modify. Anyone can help?
This is a fresh zencart 1.3.5 install with google checkout installed, haven't modified anything other than that.
Thanks!
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
stargre
Hi! Thanks for this module. It works great! Just a little problem though.
There are two lines
//** GOOGLE CHECKOUT **>>
and
//** END GOOGLE CHECKOUT **>> near the icon of google checkout on the checkout page.
They are supposed to be commented out. But I don't know why they still appear on the page. Should be something relatively easy to fix. But due to my limited knowledge, I cannot find the right file to modify. Anyone can help?
This is a fresh zencart 1.3.5 install with google checkout installed, haven't modified anything other than that.
Thanks!
yeah, those lines are not inside of the php code block. Either delete them or change the lines to:
<!-- //** GOOGLE CHECKOUT **>> -->
<!-- //** END GOOGLE CHECKOUT **>> -->
Re: Google Checkout module for Zen Cart released
Hi! Thanks for your quick response. I understand that. But I just don't know where those codes were. They appeared to be on the shopping cart page, right above and below the google-checkout button. What file(s) should I modify? Thanks very much!
Re: Google Checkout module for Zen Cart released
Re: Google Checkout module for Zen Cart released
I've got the same issue and cannot find the file to edit.
I made the changes suggested by gid above to orders.php but the same annoying
//** GOOGLE CHECKOUT **>>
and
//** END GOOGLE CHECKOUT **>> near the icon of google checkout on the checkout page.
is still on the shopping cart page
Re: Google Checkout module for Zen Cart released
Just had another order go through and GC posted the customer name and address and product price but not the product name or amount. Is anyone else seeing this? It's kind of hard to generate an invoice without a product.
Thanks all
GlobalVillage