Re: Google Checkout module for Zen Cart 1.3.x (beta)
Currently using ZC1.39 but will be upgrading to 1.5 in the near future.
I use Ceon's Advanced Shipper module and am interested in adding Google Checkout to my site since some folks don't care for PayPal.
Will this add-on work with Advanced Shipper and will I need to ditch Paypal?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
Serious
Currently using ZC1.39 but will be upgrading to 1.5 in the near future.
I use Ceon's Advanced Shipper module and am interested in adding Google Checkout to my site since some folks don't care for PayPal.
Will this add-on work with Advanced Shipper and will I need to ditch Paypal?
It will not work with Ceon's Advanced Shipper module not yet anyway. mattclements was suppose to modify this module to get it to work with Ceon's Advanced Shipper. Haven't heard from him since.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hi, when a payment is from United Kingdom, there is a error when try click on customer's name, is not displayed, return nothing because country id was not saved.
address_book = entry_country_id (country code is added like 0 should be 222 according to table countries)
orders = customers_country, delivery_country, billing_country display like GB instead of United kingdom. (US instead United States too.)
:oops::oops::oops:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
countrycharm
It will not work with Ceon's Advanced Shipper module not yet anyway. mattclements was suppose to modify this module to get it to work with Ceon's Advanced Shipper. Haven't heard from him since.
bummer.....
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I am experiencing an issue with usps first class international using google checkout. This seems to have started since the change in the usps code. Here is the section for it in my shipping_methods
Code:
'international_types' =>
array(
'First-Class Mail International' => 'First-Class Mail International',
'Priority Mail International' => 'Priority Mail International (6 - 10 days)',
),
),
);
With the USPS module it is now called First Class Mail Int Lrg Env, First Class Mail Int Parcel no longer just first class mail int...
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I am looking at upgrading form 1.4.7 to 1.4.9 however the upgrade file lists no instructions past 1.4.7 Is there a chance this version is causing this?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mattclements
You can just copy the files over the top of the existing files - no changes have been made to the database etc, only very small tweaks have been made to the code.
I just saw this. . . Do you have a list of what files were changed so I can just replace those without going through each one with winmerge? I dont want to break anything else I am am having an issue with usps first class international
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hi all,
Been reading through the posts but my eyes are watery now! I am working on www.watsonpublishers.com. Installed everything, when I place an order, can click through to Google, make payment which is taken, get a confirmation e-mail of order, but when I click to return to the site, I get "Whoops! Your session has expired." I have set up the API call back URL, what am I missing here? Also no order showing in Zen Cart... :frusty:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Can you reach your response handler?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hi,
Thanks for the response. When I didn't hear from anyone, I kept messing about with the files and somehow managed to fix it, don't know what I have done but all is working now and orders are completing as it should. :clap: