Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Hmmg
...google checkout only charged $1 shipping. ...
This happened to us using GCO mod 1.4.1beta1 in ZC 1.3.7. We were accidentally offering $1 shipping for FedEx First Overnight! (ouch!)
The fix in this version is to edit the googlecheckout/shipping_methods.php file and comment out (or delete) the entries for the individual methods you do not wish to use in each of the shipping-module-related arrays of methods. This is specific to Google Checkout; deactivate methods you don't want available for Google Checkout, even if you are using them in ZC checkout.
Then go to the admin UI and set reasonable flat-rate defaults for any methods you are using. These are used whenever Google Checkout cannot communicate with the shipping module to get a live calculation.
The setup may vary a bit in later versions of the mod. In those versions, you may be able to do it all in the admin UI. But in 1.4.1beta1, you have to edit the shipping_methods.php.
Re: Google Checkout module for Zen Cart (beta)
Hello
Iam sure the answer is somewhere in this post but its too long and can't find what I want.
I Installed this mod on my site. Iam trying to get the shipping rates to be calcualted based on my zen cart setup for the shipping cost. The shipping rates are calculated using a clone of perunitweight module. Iam trying to access this page http://www.coolcarpartsonline.com/go...ing_generator/ on my site to set the value but message pop up that require username and password. I tried my google acount username and password and the ftp access but No Luck.
Can anyone tell me what Iam doing wrong. I get gttp 500 error
Re: Zen cart Confirmation email w/ Google checkout
We have the most recent version of ZenCart and the Google Checkout module set up on our site but we're having a problem with the zencart confirmation emails.
1. Google Checkout is our only payment option. We've removed the Zencart check out options both in the shopping cart and the menu along the top using these instructions: http://www.zen-cart.com/forum/showthread.php?t=94664
2. We are able to process transactions both in sandbox and production modes. As a guest I can add an item to the cart, go to the shopping cart, checkout using Google checkout, create an account with Google checkout, run the transactions, return to Zen Cart and print a confirmation page with the order number correctly populated.
3. Transactions are appearing in both Google Checkout and the Zen Cart Admin. Inventory is subtracting correctly.
4. A new customer account is being created based on the information entered into Google checkout.
5. Google Checkout is sending confirmation emails to both the customer and the admin.
However, zen cart is:
1. Not sending an email to the customer.
2. Not sending a confirmation email to the admin.
3. Not send an email confirming the account creation.
I can email a yahoo address from the admin console and it shows up in the email archives, so I think the email configuration is set up properly.
If I try to log in with the new account that was created based on the Google transaction, zen cart will send me the password and I can log in using it.
Transactions are going through so I think Google is communicating properly with ZenCart.
I checked and the "ZenCart should send emails: is set to true in the Google Checkout mod.
Any ideas about what my next step should be to troubleshoot this?
I've read this: http://www.zen-cart.com/wiki/index.p...Email_Problems
but I can get email to work I just can't get it to respond to a new order.
Any help would be much appreciated.
Cathy
Re: Google Checkout module for Zen Cart (beta)
I have now switched hosting to TerraNetwork (Yay!:clap:) and they installed Zencart for me. I have copied my updated version over and tested it thoroughly before I transferred my domain away from fasthosts :frusty:. I have also added the Reward Points Mod and agin tested it before going live.
I have now transferred my domain to TerraNetwork (In last 24hrs) and the Google checkout MOD is causing a few issues.
If I set it to work, the whole of the right hand boxes disappear from the site and there is no Google checkout button on screen.
If I set google payment to false, the column reappears.
At first I though it was a GC problem, but it did work before the domain transferred across.
The only thing that has changed is TerraNetwork altered my Config files (Includes & Admin Includes).
Admin/Includes/Configure
define('HTTP_SERVER', 'http://www.candlewithcare.co.uk');
define('HTTPS_SERVER', 'https://stargate.terrassl.net/candlewithcare.co.uk');
define('HTTP_CATALOG_SERVER', 'http://www.candlewithcare.co.uk');
define('HTTPS_CATALOG_SERVER', 'https://stargate.terrassl.net/candlewithcare.co.uk');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
Includes/configure
define('HTTP_SERVER', 'http://www.candlewithcare.co.uk');
define('HTTPS_SERVER', 'https://stargate.terrassl.net/candlewithcare.co.uk');
My question is, is this an SSL problem or do you think it is Google need repointing to the new hosting area (Ie it will sort itself out in next 48hrs?) - I have waited a couple of days and it still doesn't work so it's either an SSL problem or a GC problem.........anyone got any ideas?
Re: Google Checkout module for Zen Cart (beta)
I have found that if the product is virtual then the button appears.
However Anythnig involving shipping the button disappears.
One thing I have noticed is that in the Admin/payment/GC option I cannot set the Default Values for Real Time Shipping Rates. there is no box to enter any information in?
there is a message underneath saying
"No merchant calculation shipping selected"
Can anyone advise?
Re: Google Checkout module for Zen Cart (beta)
We have been successfully using GC for over a year now... recently we
had to fix a nameserver issue from our host. since then when anyone
tries to checkout, even my personal account from the USA, it says:
Midwest Appliance Parts does not ship to this address via Google
Checkout
Is there some kind of allowed IP for transactions?
Any ideas? I really need to get this fixed... we use Zen Cart.
This is sooo frustrating!
thanks for anyone who responds
Re: Google Checkout module for Zen Cart (beta)
Terranetworks support have just emailed me with this.
Quote:
Looks like your POST variable is missing.
Line 18 is: foreach($_POST['code'] as $codekey => $codename) {
.. and the error message indicates that no $_POST['code'] exists
You should check whatever script sends the POST variables to the Google checkout scripts to ensure it's correctly set up.
Is there anyone who could possibly help point me in the right direction with this?
Re: Google Checkout module for Zen Cart (beta)
I am still tearing my hair out with this problem and getting nowhere fast.
Would anyone be able to look at this for me for a "fee"?
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
CandleMan
I have found that if the product is virtual then the button appears.
However Anythnig involving shipping the button disappears.
One thing I have noticed is that in the Admin/payment/GC option I cannot set the Default Values for Real Time Shipping Rates. there is no box to enter any information in?
there is a message underneath saying
"No merchant calculation shipping selected"
Can anyone advise?
Well, I was going to help you troubleshoot but I cannot create an account on your site and there is no shipping estimate option in my shopping cart. What shipping types do you offer? How come there is no create account option?