Re: Google Checkout module for Zen Cart (beta)
The standard ports are not a problem, the reason we thought that it might be a special port is because link point requires an additional port to be open for the servers to communicate. Which they don't seem to be doing at all :blush:.
I'm wondering does anyone else have a problem who is using 1.3.7 with Linkpoint? I now have three orders pending ..lol for months no google orders and now she has three.
~Renee
Re: Google Checkout module for Zen Cart (beta)
No we offer three methods,
paypal, linkpoint and google checkout..in the admin you can see where google checkout has been used. In fact the customers have even notified them telling them that the funds have not been withdrawn.
~Renee
Re: Google Checkout module for Zen Cart (beta)
So, is GoogleCheckout the only method of payment enabled in your Payment Admin?
If that is the case, then proceeding with the "go to checkout" button does not really send the order to Google. If your intention is to strictly offer GoogleCheckout only for method of payment, you can hide/disable the "go to checkout" button so that your customers will be presented with one payment option---which is the Googlecheckout only.
Re: Google Checkout module for Zen Cart (beta)
No that is not the case , we have been operating with Linkpoint (mastercard, visa etc..) and paypal as well with no problems. It was not until this month when our first google customers this week selected google checkout that we have had a problem.
All other sales go through without a hitch. And there has been quite a few in the past 8 months , so I have had quite a bit of traffic to be able to know that everything else is in working order. :) Hope this helps.
~Renee
Re: Google Checkout module for Zen Cart (beta)
I'm not familiar with linkpoint.
However, you should verify your merchant ID and Merkey again in the Zen Admin and also verify whether the ID/Key are for live or sandbox.
Then go to Google Sanbox and Checkout pages to see whether the orders are in one or the other. Maybe you were between sandbox/live when the order were processed.
Re: Google Checkout module for Zen Cart (beta)
Did you already provided which version of Zencart and Googlecheckout you're using?
Re: Google Checkout module for Zen Cart (beta)
Hello All,
Can anyone please tell me if zonal shipping rates are supported by the "Google Checkout" mod currently?
My problem is that it show correct Flat rates on google checkout, but the zonal rates comes as "0". Can anyone guide me to the files I should check/edit?
Please help, thanks!
Regards,
Sumit
Re: Google Checkout module for Zen Cart (beta)
Hi Guys,
I am trying to load the google checkout module on a 1.3.6 version of ZenCart (far too painfull to upgrade to 1.3.7). The installation goes smoothly enough except for the checkout payment section tpl_checkout_payment_default.php which when I place in my template dir just causes a blank screen to be produced. I guessed this was due the new Paypal express stuff in this template (not in 1.3.6) so I just modified my exisiting tpl_checkout_payment_default.php as per the installation instructions. However, this doesnt work and I think i've narrowed down the code segment to ....
foreach($payment_modules->modules as $pm_code => $pm) {
// echo "string : substr($pm, 0, strrpos($pm, '.'))";
if(substr($pm, 0, strrpos($pm, '.')) == 'googlecheckout') {
unset($payment_modules->modules[$pm_code]);
}
}
if (sizeof($selection) > 1) {
In particular, the "unset($payment_modules->modules[$pm_code]" line seems to always make "sizeof($selection)" = 1 even though my debug echo sees 2 modules being found.
I'm totally flumoxed as to what this could be ! So close and yet so far with this one !!. I have one other payment mod which is working fine and this is the only payment methode that shows unless I comment out the line above.
Any ideas ??? Thanks in advance for any replies
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
But for those who would like to know...
v.1.4alpha3 = v.1.4beta1
No differences. So if you are already running alpha3 then there will be no need to install beta1.
Incorrect info was communicated to me. There are minor undocumented differences between 1.4alpha3 (SVN rev. 58) and 1.4beta1 (SVN rev. 59).
Quote:
Ropu reported:
23/07/2007 v1.4 (ropu)
- Minor bug fixes
Above entry probably should be changed "v.1.4beta1"
Quote:
Ropu also reported:
- some clean up in gcheckout.php and responsehandler.php
- also an upgrade in the PHP Sample code, added to the library
Woody observes:
Files changes from 1.4alpha3 to 1.4beta1...
/googlecheckout/
gcheckout.php
responsehandler.php
/googlecheckout/library/
googlecart.php
googleitem.php
googlerequest.php
googleresponse.php
/includes/modules/payment/
googlecheckout.php
Also three log files were included with new 1.4beta1 version so you don't have to create them (careful with overwriting existing log files if you want to archive your data)
And the four documentation files in the root of the mod distribution were updated.
The above info is only pertinent to those "upgrading" from GC mod v.1.4alpha3 to v.1.4beta1.
Woody
Re: Google Checkout module for Zen Cart (beta)
How can I find the old versions of GC module? I need it to find which files I edited and remove the changes to install this new one (as instructed in the installation guide)