Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
bobpol
Hi, I am currently rebuilding my site using Zencart ver 1.3.9h. I decided to install Google checkout 1.47 with it as well as PayPal (which is what I usually use).
I have never come across a more difficult add on that the Google checkout one. I have followed the instructions as best as possible given that they are not written for those of us who are not master programmers, ( I usually get by without too much difficulty).
I have told the Google checkout system that I do not want to use it's own shipping rates and that I want to use my own using the shipping addons that I have installed but, it still comes up with:
Error: Shipping Methods not configured
rm1stpacket (ignored)
rm1stpacketsf (ignored)
rmamisfsmallpacket (ignored)
rmamisfsmallpacket500 (ignored)
rmamsmallpacket (ignored)
specialdelivery (ignored)
ukzr (ignored)
When I have items in the shopping cart and am ready to checkout. To date I have not found any real explanation in the documentation or on the forums etc to explain to me in plain english why this happens, it's like I'm telling the checkout to ignore it's own shipping system and it in turn is ignoring my instructions.
Is there anybody out there that can possibly help please. Considering how easy it is to install PayPal I fail to see why it has been made so difficult to install Google checkout.
Thank you in advance for any help.
Hi, ok this is my first post :clap: i had this problem earlier today and after several hours of playing with the .php etc i worked out that the answer is in the shipping generator readme file.
after you have decided what shipping modules you want to use (I see you have chosen royal mail) you need to
1) go to "http://YOURSITE.com/shop/googlecheckout/shipping_generator/
2) Click the 'Get shipping Methods' button
3)Move down the page and than click generate.
4) than copy the code generated and use it to replace the contents of shipping_methods.php
this will fix your problem.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I've tried everything and cannot get google to do a call back to get the shipping rates.
I can use flat rate but not zones or anything that required google to call back to the site.
Done the generate shipping, done the api url, done the https - still cant get the blooming thing to work.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
ibcwebtech
What is the message you are seeing in the integration console?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
chabbu
What is the message you are seeing in the integration console?
What is the integration console?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
ibcwebtech
What is the integration console?
Log into Google Checkout, then click on Tools, then click on Integration Console.
This list all of the error messages you have been receiving from Google Checkout that is blocked from Customer's normal view.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
When I try to go to https://www.wefoundem.com/googlechec...nsehandler.php
I keep getting a 404 Page Not Found Error. It is there, I know it is there. I have seen it.
I get the same thing when I try to go to the shipping generator and I know it is there as well.
I keep getting error messages in the integration console on Google that they are getting a 404 error as well and I have no idea why.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Installing GC into our new 139 store. Are there any GC files that need to modified to play well with 139?
As in comparing and merging these lines:
GC admin/orders.php line 43
$order_exists = false;
if ($action != '') $messageStack->add(sprintf(ERROR_ORDER_DOES_NOT_EXIST, $oID), 'error');
}
139 line 50
$order_exists = false;
if ($action != '') $messageStack->add_session(ERROR_ORDER_DOES_NOT_EXIST . ' ' . $oID, 'error');
zen_redirect(zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')), 'NONSSL'));
}
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hello to everybody and Happy and Healthy New Year!
I have a general question before jumping to integrate Google Checkout.
I have currently PayPal which working well for us and not too much complains from Customers. My customers are predominatly people over 50 years old, as we sell medical id's.
Would Google Checkout really increase sale, or customers do not care what institution is processing their Credit Card?
1. Do you see any benefit or advantage of Google Checkout versus PayPal.
2. Does it make sence to have both?
Myself and future readers will greatly appreciate your experience.:yes:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
webskipper
Installing GC into our new 139 store. Are there any GC files that need to modified to play well with 139?
As in comparing and merging these lines:
GC admin/orders.php line 43
$order_exists = false;
if ($action != '') $messageStack->add(sprintf(ERROR_ORDER_DOES_NOT_EXIST, $oID), 'error');
}
139 line 50
$order_exists = false;
if ($action != '') $messageStack->add_session(ERROR_ORDER_DOES_NOT_EXIST . ' ' . $oID, 'error');
zen_redirect(zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')), 'NONSSL'));
}
I notice thoses difference in orders.php also when using wm. Just wondering if you incorporated those changes and is GC working for you?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I have read a TON of people who have trouble with this add-on... Do people recommend this or is this just a waste of my time to bother with?