Re: Google Checkout module for Zen Cart 1.3.x (beta)
This was in the email:
Quote:
At this time, there's no action required from you. In early 2012, we’ll ask merchants, organizations and developers who use Google Checkout to sell items or collect donations to change any website text that talks about Google Checkout to Google Wallet. No additional integration or other technical updates will be necessary. If you use Google Checkout through a third party shopping cart, your cart provider will make any necessary changes.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hi all,
I have decided to activly develop this from now on, seen as Google don't seem to be taking much interest.
I have forked the code to GitHub: https://github.com/mattclements/Goog...ut-for-Zencart and have applied my update of v1.4.8
Please let me know if you have any issues, either on this thread, or by adding the issue to GitHub (preferred) here: https://github.com/mattclements/Goog...Zencart/issues
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mattclements
Hi my issue is with google checkout not picking up on my shipping module. Under Payment Modules googlecheckout configuration it says Advanced Shipper v3.8.1 advshipper not configured! I can not use the GoogleCheckout Carrier Calculated Shipping. Anyway to fix this. Thank You in advance.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Code:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=314
Zen Cart™ Version: v1.3.9
Version: 1.4.8
Last Updated: Nov 12 2011
Author: Matt Clements
PHP 5.3 Compatible?: Yes
TESTED WITH API 2.0 and 2.5
Notification as XML
Sandbox
################################################################################ ####################__
Automatically authorize the buyer's credit card for the full amount of the order.
Also send notifications with Zencart (TRUE)
When payment is done, notifications from Google Checkout are sent to customer and store.
But if customer click on Return to store, get page Whoops Session time out,
Cart still with products.
No account created,
ZenCart's email notifications not sent.:oops::oops:
################################################################################ ##########___
Automatically authorize and charge the buyer's credit card.
Also send notifications with Zencart (TRUE)
When payment is done, notifications from Google Checkout are sent to customer and store.
if customer click on Return to store, checkout success is displayed
Cart without products.
Account created,
ZenCart's email notifications not sent.:oops::oops:
:clap::clap::clap:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Sorry, Are you getting these issues since the last update to 1.4.8 (or does 1.4.7 cause the same issues).
Are all of the errors in Sandbox mode, or in both Sandbox & Live mode?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
countrycharm
Hi my issue is with google checkout not picking up on my shipping module. Under Payment Modules googlecheckout configuration it says Advanced Shipper v3.8.1 advshipper not configured! I can not use the GoogleCheckout Carrier Calculated Shipping. Anyway to fix this. Thank You in advance.
Ok i have everything in its place however, when i test my checkout it shows everything except shipping and taxes only the actual amount only.
When i click on checkout (not the Google checkout) the next page, page 2 it gives me the shipping charge. Page 3 it shows me the tax, total and shipping and lets me choose how i want to pay and it does not show Google checkout in a tick box only money order or PayPal.
My question is how do i get the Google checkout on my website to have tax and shipping added when a customer checks out?
I am using ZC V 1.3.9H
Once again is there a way for Google-checkout to pick up page 2 of the shipping charge page. Thank you in advance
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mattclements
Sorry, Are you getting these issues since the last update to 1.4.8 (or does 1.4.7 cause the same issues).
Are all of the errors in Sandbox mode, or in both Sandbox & Live mode?
It's in sandbox mode only, I don't have payments with GC in Live mode yet.
version 1.4.8. :oops::oops:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Do your logfiles contain any errors? Please could you post the output of the following files:
Code:
/googlecheckout/logs/response_error.log
/googlecheckout/logs/response_message.log
I can't 100% remember what Sandbox does in terms of ordering, It could well be that the order is not processed/no emails sent/items still in the cart as the order hasn't actually been processed - I will double check.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Well, these errors were in sanbdox, I haven't any messages in these logs currently.
I will need wait until a live payment is done for check if all is ok.
Thanks for all.:clap::clap:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Just check that those log-files are chmod'ed to allow writing if you do have any issues - else you will get failures and no logged output...