-
Re: Google Checkout module for Zen Cart (beta)
Re: IIS
My recollection is sometime early this Spring another developer (other than Ropu) posted to this thread workaround code to make the v.1.3x mod work with IIS. He was very happy that he was able to make the mod work with IIS.
I'm not sure which version of PHP he was testing with so that might be significant.
Maybe contact the developer to see if he can offer some hints on supporting the code on IIS.
I recall the IIS issue had to do with IIS not supporting
Basic authentication on CGI php installations.
For reference, in the latest mod version (1.4alpha3/1.4beta1)
PHP_Auth mechanism is employed in /googlecheckout/library/googleresponse.php
and
/admin/htaccess.php
Sorry, I don't have any more info to offer on the subject. Good luck.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Can anyone tell me if there is a particular port that must be opened for the cart to connect to the google checkout?
Zen 1.3.7
Renee
-
Re: Google Checkout module for Zen Cart (beta)
Anyone on this question above? I have two orders that are just sitting in pending and I have a feeling it is due to firewall or the port. Any help would be appreciated.
~Renee
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Redcinamn
Anyone on this question above? I have two orders that are just sitting in pending and I have a feeling it is due to firewall or the port. Any help would be appreciated.
~Renee
The only ports you need to open really are port 80 for http and 8080 for https
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Redcinamn
Anyone on this question above? I have two orders that are just sitting in pending and I have a feeling it is due to firewall or the port. Any help would be appreciated.
~Renee
Are you testing or live? Are you on a host or at home?
jund
-
Re: Google Checkout module for Zen Cart (beta)
The site is live has been for months but this is the first two google orders we have gotten. Just so happens they came in around the same time and they wont go through.
Those ports are already open.
I did the response handler test and get this response:
HTTP/1.0 404 Not Found
Date: Sat, 21 Jul 2007 13:43:17 GMT
Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from proxy.globant.com
Proxy-Connection: close
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /googlecheckout/responsehandler.php was not found on this server.<P>
<P>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
<HR>
<ADDRESS>Apache/1.3.37 Server at www.moppetfrocks.com Port 80</ADDRESS>
</BODY></HTML>
Any other suggestions or information needed?
~Renee
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Redcinamn
The requested URL /googlecheckout/responsehandler.php was not found on this server.<P>
Any other suggestions or information needed?
~Renee
Is it possible that you do not have your full path to /googlecheckout/responsehandler.php specified in your Google Account >Settings >Integration API Callback URL? It appears that you may not have the SSL and domain parts of the address.
Depending on your host and your SSL certificate type, this could look like either: "https://www.moppetfrocks.com/googlecheckout/responsehandler.php" or "https://secure.HOSTINGCOMPANY.com/~YOURACCOUNT/googlecheckout/responsehandler.php".
-
Re: Google Checkout module for Zen Cart (beta)
Hi there,
Thank you for the reply! We got our clients login info and checked the call back URL. The URL is as it should be however the call back method was set to XML and not HTML. Do you suspect this could be the problem?
~Renee
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Redcinamn
Hi there,
Thank you for the reply! We got our clients login info and checked the call back URL. The URL is as it should be however the call back method was set to XML and not HTML. Do you suspect this could be the problem?
~Renee
The callback method should be XML.
-
Re: Google Checkout module for Zen Cart (beta)
So then I am back to square one with the above. I have no idea why this would not be working properly as we have followed the directions to the letter everything seems to be in correctly? But the orders do not show in google nor do they process. They show up in admin as pending.
Any suggestions or something I can tell anyone to help in direction?
~Renee
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Redcinamn
So then I am back to square one with the above. I have no idea why this would not be working properly as we have followed the directions to the letter everything seems to be in correctly? But the orders do not show in google nor do they process. They show up in admin as pending.
Any suggestions or something I can tell anyone to help in direction?
~Renee
I've had similar issue that nagged me for months. The issue is your PHP is installed as a CGI instead of a module. If you can, reconfigure PHP to run as a module within Apache.
-
Re: Google Checkout module for Zen Cart (beta)
It's not a CGI it is built into apache as a module.
-
Google Checkout module for Zen Cart v1.4
[FONT=Courier, Monospaced]Hi All, as promised
[/FONT][FONT=Courier, Monospaced]Here you can find the latest modules in .zip package:
http://code.google.com/p/google-chec...downloads/list
(It will also be available in the official ZC contribs page as soon as
the upload is approved by ZC guys...)
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPat...
[/FONT]
[FONT=Courier, Monospaced]For SVN lovers, since is a stable version, it's been moved to trunk:
http://google-checkout-zencart.googl...com/svn/trunk/
[/FONT]
[FONT=Courier, Monospaced]Here is the Full CHANGELOG from v1.3:
06/11/2007 v1.4 alpha (ropu)
- Refactor all code using PHP Sample Code as the base library
(under googlecheckout/library)
- Handles Logging, added log levels (error, request, response)
- Configuration from UI (comming soon), needed??
- Handles Basic authentication, add support for IIS (See
TROUBLESHOOTING)
- Handles all XML parsing and building (New xml parsed used)
- Added OT support (low order fees, group discounts and any other
custom OT module)
- Fixed Split login template
- Add GC button in timeOut login page
- Remove GC from step 2
- Fixed freeshipper bug
- Add warning messages when GC is disabled.
- Add stack message in Admin UI with GC orders state changes and
errors
- Added configuration to also use Zencarts email system for GC
orders
- Added a fix to avoid regular checkout with GC if no template is
applied (or wrongly applied)
- Added a metric tester for shipping times feedback (optional)
- Added 3rd party tracking
- Added a coustom Continue shopping url with GC bought items.
- Moved logs to a .htacces protected dir (googlecheckout/logs)
- Added Correct HTTP status (2xx, 4xx, 5xx) return when errors
occurrs with the correct message
- All strings are defined in the language include (only english
right now)
- Use DEFAULT_CURRENCY as the currency in GC cart, not buyers
session one
- Added version number to all files
- Applied XSS patch to orders.php
- Slipt README and CHANGELOG
[/FONT]
[FONT=Courier, Monospaced]07/07/2007 v1.4alpha3 (ropu)
- Refactor new-order-notification handling using more Zencart
functions
- ZC DB 'orders' table fields 'order_total' and 'order_tax' are
written.
- Merged the GC return page with the zencart default one
- Instant Downloads Support.
- Support Google Refunds and Cancellations
- GC Invoicing issue, fixed, not tested
- If the customers e-mail address already exists in Zen then add
the
order placed to their account instead of creating a new
customer.
- If the GC exits in ZC but uses a different email then add the
order placed to their account instead of creating a new
customer.
- New customers created are sent details of their account that
is created on Zen Cart, e.g. the welcome e-mail
- Check if new customers have <email-allowed> and activate
newsletters
- OT tax support
- Existing ZC customer accounts are updated when GC orders
processed
- Improved support for ZC 1.37 split-login page (including
cohabitation with PPEC).
- No more need to know admin folders name
- Add GC Module Version Control
- Support for USPS International shipping method
- Moved Shipping quotes definition from includes/modules/payment/
googlecheckout.php
to googlecheckout/shipping_methods.php
- Support ZC coupons even using flat rate shipping
- Added coupons to redeem track
- Added coupons max user use and general max use
- All restrictions are Honored???
- Added ZC Order# to the GC Order when state changes from Pending
to Processing
- Added index.html to googlecheckout/* dirs.
[/FONT]
[FONT=Courier, Monospaced]23/07/2007 v1.4 (ropu)
- Minor bug fixes
- .zip package
[/FONT]
[FONT=Courier, Monospaced]
For v1.4 support
http://groups.google.com/group/googl...t-mod-support/
Hope this helps
Ropu [/FONT]
-
Re: Google Checkout module for Zen Cart (beta)
I'm having problems with the addon that I downloaded and installed yesterday. Here is what my zencart admin looks like - did I mess up the install? I've done it twice. (I blacked out the two boxes, but the white boxes appear that way).
It is not working, I get the
Quote:
XXXXXXXXX has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem. As this could be a temporary issue, you can go back in your browser to try checking out again.
http://www.mygiftshops.com/pics/googlecheckoutprobs.GIF
-
Re: Google Checkout module for Zen Cart (beta)
Nevermind, I'm going to try installing the latest version that was posted while I was typing. :D
-
Re: Google Checkout module for Zen Cart (beta)
New version is installed and appears to be working. I was able to complete a transaction with only one minor problem (more on that later after I look in to it some more). Anyways, when I check https://<www.mysite.com>/googlecheckout/responsehandler.php, I get this:
Quote:
Failed to Get Basic Authentication Headers
Any ideas as to what is causing that?
-
Re: Google Checkout module for Zen Cart (beta)
Ropu,
Is this upgrade to be used for 1.3.7 as well? If not could you maybe help with my problem as I have an established store but we cant seem to get google checkout to recognize their is an order and remains pending in the zen cart admin but nothing shows in the google account.
~Renee
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
w00gle
The only ports you need to open really are port 80 for http and 8080 for https
Is not Port 443 the secure port?
http://en.wikipedia.org/wiki/List_of...orts_0_to_1023
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
jund
jund,
my bad, it's indeed 443 for https
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Redcinamn
Ropu,
Is this upgrade to be used for 1.3.7 as well? If not could you maybe help with my problem as I have an established store but we cant seem to get google checkout to recognize their is an order and remains pending in the zen cart admin but nothing shows in the google account.
~Renee
Red,
Your customers were probably proceeding with the "Go to checkout" button instead of clicking the GoogleCheckout button.
Is GoogleCheckout the only method of payment you offer?
-
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)
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
yellow1912
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)
http://www.zen-cart.com/index.php?ma...roducts_id=314
The ZC template and /admin/orders.php files which were edited in previous GC mod versions are the same files updated in latest GC mod version. Changes are minimal. Best to employ WinMerge, Beyond Compare or other diff/compare/merge utility to easily identify specific file changes.
Woody
-
Re: Only Google
Hi ropu,
I think that you meant:
in file includes/modules/pages/checkout_shipping/header_php.php
Otherwise, everytime a client logs in they will be redirected to the shopping cart and if the cart is empty they will see the "coming soon" products.
Regards,
Hansi
Quote:
Originally Posted by
ropu
in file includes/modules/pages/login/header_php.php
add in line 11
this
PHP Code:
zen_redirect('index.php?main_page=shopping_cart');
this will redirect from idex.php?main_page=login to index.php?main_page=shopping_cart automatically
ropu
-
Re: Google Checkout module for Zen Cart (beta)
I installed this mod and setup an account with Google, I entered my Merchant ID & Key and followed the setup instruction that came with the MOD and I still get the gray Not Available checkout button. Did I forget something?
-
Re: Google Checkout module for Zen Cart (beta)
Thank you, Woodymon. And so far the mod still has not supported Zone Rate Shipping yet rite?
yellow1912
Quote:
Originally Posted by
Woodymon
http://www.zen-cart.com/index.php?ma...roducts_id=314
The ZC template and /admin/orders.php files which were edited in previous GC mod versions are the same files updated in latest GC mod version. Changes are minimal. Best to employ WinMerge, Beyond Compare or other diff/compare/merge utility to easily identify specific file changes.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Hi, I just installed this mod and i am having issues with shipping. It has the following text displayed beneath the google checkout button:
Error: Shipping Methods not configured
freerules (ignored)
I do have free rules set to what i want, am I missing something here?
thanks,
matt
-
Re: Google Checkout module for Zen Cart (beta)
1. When making support request, post the specific mod version installed.
2. If it is a v.1.4 version then post your question to the new mod support forum
http://groups.google.com/group/googl...rt-mod-support
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
yellow1912
And so far the mod still has not supported Zone Rate Shipping yet rite?
I am not aware this is/was an issue with v.1.4. Have you tested 1.4?
If your question is related to v1.4 post your issue to the new support forum. Be specific in the details you provide, including a description of your relevant configuration settings, so your scenario can be tested.
Report relevant observations from when you checkout with Google Checkout.
Also report related entries or errors in your /googlecheckout/ message logs and any errors listed in your Google Checkout merchant account > Settings tab> Integration.
If you have a URL please post.
Also you may want to visit Ropu's demo site (see his signature) and setup the demo to replicate your set-up and observe if you obtain similar or improved results.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Oh sorry, I am using version 1.3.7 currently.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
magneteye
Oh sorry, I am using version 1.3.7 currently.
There is no v.1.37 GC mod (that may be your Zen Cart version).
There are various versions of the v.1.32 mod. And now the just released and highly recommended 1.4x version.
I just posted a reply on the new support forum discussion area regarding v.1.4 mod support for zone rates.
Similar ideas apply to other shipping module support.
I am familiar with "freeoptions" and "freeshipping" but not "freerules".
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
There is no v.1.37 GC mod (that may be your Zen Cart version).
There are various versions of the v.1.32 mod. And now the just released and highly recommended 1.4x version.
I just posted a reply on the new support forum discussion area regarding v.1.4 mod support for zone rates.
Similar ideas apply to other shipping module support.
I am familiar with "freeoptions" and "freeshipping" but not "freerules".
Woody
Yes, that was my Zen Cart version. Sorry for the mixup.
My GC Mod version is v1.3RC2.
I installed the free options mod, and for some reason under my shipping modules I have 2 options, one is Free Options, and one is Free Rules. It's my first time using that mod, so I don't know if that's normal or what. All I know is that GC Mod is giving me an error.
-
Re: Google Checkout module for Zen Cart (beta)
Hi,
This thread is too long and I cannot find out if this mod is for UK shops.
Does anyone install Google Checkout mod and it works for UK shops? if so, what version of mod? where can I download it?
thank you in advance!
-
Re: Google Checkout module for Zen Cart (beta)
I just got an order using Google checkout, and the customer chose Shipping & Handling (Table: Vary by Weight/Price).
My setting are:
Shipping Table
10:10.00,15:14.75, 20:20.00,25:24.00, 30:30.00,35:34.00, 40:40.00,45:44.00, 50:50.00,55:54.00, 60:60.00,65:64.00, 70:70.00,75:74.00,100:85.00
Table Method
weight
Handling Fee
2.50
However the invoice on Google only shows the 2.50 handling fee when the customer checked out. Why didn’t the handling fee calculate in with the shipping table fee for a total of 10.00 + 2.50? So all Google charged my customer was the 2.50.
Second problem, I get an email from Google that says
we’ve made several unsuccessful attempts to send order notifications to your notification callback URL, https://www.lextechs.com/googlecheck...nsehandler.php As a result, you aren't receiving order status, risk, or other notifications.
I have that file set to 777.
-
Re: Google Checkout module for Zen Cart (beta)
My check out shows this:
And I have my account setup for sandbox and with the proper Merchand ID and Key. Any Help?
-
Re: Google Checkout module for Zen Cart (beta)
I meant this
https://sandbox.google.com/checkout/...bled&loc=en_US
* There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables
-
Re: Google Checkout module for Zen Cart (beta)
I am having a similar problem than the other zen-cart user in the previous posts.
I installed the new 1.4 beta1 version
My problem:
Quote:
Error: Shipping Methods not configured
item2 (ignored)
The solution in the past:
I used to modify the "\includes\modules\payment\googlecheckout.php" by adding my "item2" shipping method (this is flat rate express shipping in my case, a clone of "item" shipping method). I added my custom method in 3 places (the shippping generator was made for this).
What to do now?
1. I tried adding my "item2" in line 54 and 56, the section below those lines that I used to modify don't exist anymore (file "\includes\modules\payment\googlecheckout.php").
2. After this, I am getting the error message on the top of this post.
Thanks in advance
-
Re: Google Checkout module for Zen Cart (beta)
Sorry for quoting myself, but found that now the shipping is broken into a second file:
in /google_checkout/shipping_methods.php
(here you have to add your custom shipping method as well)
Quote:
Originally Posted by
onlyrey
I am having a similar problem than the other zen-cart user in the previous posts.
I installed the new 1.4 beta1 version
My problem:
The solution in the past:
I used to modify the "\includes\modules\payment\googlecheckout.php" by adding my "item2" shipping method (this is flat rate express shipping in my case, a clone of "item" shipping method). I added my custom method in 3 places (the shippping generator was made for this).
What to do now?
1. I tried adding my "item2" in line 54 and 56, the section below those lines that I used to modify don't exist anymore (file "\includes\modules\payment\googlecheckout.php").
2. After this, I am getting the error message on the top of this post.
Thanks in advance
-
Re: Google Checkout module for Zen Cart (beta)
Ok,
Same version 1.4 beta1. I am now trying to use OT (order total) based coupons.
I created a simple $5 discount coupon in my "Coupon Admin" page in the admin page, and tried to use it at the google checkout page, but the following message appeared:
Quote:
Invalid coupon code
Retry
Your promotion code (5DDSC1) could not be applied at this time.
Some more info:
I just have two shipping modules active and connected to google checkout:
1. Item = standard shipping
2. Item2 = express shipping
No real time type module installed
What should I do to get the coupons working?
Thanks
-
Re: Google Checkout module for Zen Cart (beta)
This thread is for 1.3x versions, no longer supported by the developer.
For v.1.4 support visit the new support forum.
http://groups.google.com/group/googl...rt-mod-support
-
Re: Google Checkout module for Zen Cart (beta)
Hi all,
I have just installed the latest big royal mail module and am trying to get google checkout work with it. But the problem is when i go to the shipping generator It cant generate the shipping code for it. It comes up with an error:
Warning: Invalid argument supplied for foreach() in /var/www/virtual/pcez.co.uk/htdocs/googlecheckout/shipping_generator/multigenerator.php on line 18
Warning: Invalid argument supplied for foreach() in /var/www/virtual/pcez.co.uk/htdocs/googlecheckout/shipping_generator/multigenerator.php on line 61
<?php
/**
* File: includes/modules/payment/googlecheckout.php class
* Add this code to the correct properties
*/
$this->mc_shipping_methods = array(
);
$this->mc_shipping_methods_names = array(
);
?>
Does anyone know why this is happening?
Apparently the problem is to do with royal mail module itself. If anyone has the modified version of the module please let me know.
Thank you,
Hoda
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
PCEZ
Hi all,
I have just installed the latest big royal mail module and am trying to get google checkout work with it. But the problem is when i go to the shipping generator It cant generate the shipping code for it. It comes up with an error:
Does anyone know why this is happening?
Apparently the problem is to do with royal mail module itself. If anyone has the modified version of the module please let me know.
Not sure but I think Ropu may have posted some ideas on this in the new support forum (only if you are using 1.4).
Also I observed some recent posts regarding GC supporting Royal Mail issues in Google Checkout Developer forum.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Could anyone please give me some idea why suddenly, the google checkout button 'went' grey, although it was working previously?
Here is more info:
On test platform, I have installed Google Checkout mod v1.4Beta1; configured it for sandbox; as test-client, I have added items to the cart and checkout with Google Checkout button > was redirected to the GCO website; logged in as a sandbox test-user: all went OK.
I tried a second attempt: in admin>modules>shipping I have disabled some options (Per Item) and enabled other (Per Unit) for further testing purposes. The Store Pickup was enabled in both cases.
After doing so, the GCO button became inactive (greyed out) - I didn't do any other changes, so I wonder what could possibly affect that?
Please help,
Thanks,
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
ropu
gray buttons appear because of one of these issues
* A disabled button is displayed in the following cases:
* 1. If merchant id or merchant key is not set
* 2. If there are multiple shipping options selected and they use different shipping tax tables
* or some dont use tax tables
double check point 2, see if all your shipping use Taxable goods for taxes.
ropu
Found it! - By the way, I found it through Google search: Somehow it's difficult to find anything directly through Zen Cart search: the results are not very specific if you type multiple words or sentence... (you just get tons of unrelated posts)
In case this might be helpful to anyone: I found out, that I can get best results searching on Google, and by typing whatever I'm looking for, followed by: , zen cart.
I guess, this is the most time-efficient method to find anything on Zen Cart forum.
-
Re: Google Checkout module for Zen Cart (beta)
Glad you found your answer. Where did you find it at? Here on ZC support forum thread, which is for versions previous to v.1.4? Or on the new mod support site (for v.1.4 and newer)? If you found the answer on the ZC site then it does not necessarily apply to v.1.4. Best to post v.1.4 related questions on the v.1.4 support site at http://groups.google.com/group/googl...rt-mod-support
BTW, an update of the v1.4 mod is slated for release on 8/13. Will post a listing of new/changed features shortly.
Woody
Quote:
Originally Posted by
0101101011
Found it! - By the way, I found it through Google search: Somehow it's difficult to find anything directly through Zen Cart search: the results are not very specific if you type multiple words or sentence... (you just get tons of unrelated posts). In case this might be helpful to anyone: I found out, that I can get best results searching on Google, and by typing whatever I'm looking for, followed by zen cart. I guess, this is the most time-efficient method to find anything on Zen Cart forum.
-
Re: Google Checkout module for Zen Cart (beta)
Can someone quickly help me?
I downloaded the updated google check-out file and installed. everything look fine. but once I confirm the order. It went back to the order page, which "Your Shopping Cart Contents" showing the items still in the cart. I do it again. and it went back to the same page, Any idea?
P.S. the order didnt process!
http://internet1shop.com
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Glad you found your answer. Where did you find it at? Here on ZC support forum thread, which is for versions previous to v.1.4? Or on the new mod support site (for v.1.4 and newer)? If you found the answer on the ZC site then it does not necessarily apply to v.1.4. Best to post v.1.4 related questions on the v.1.4 support site at
http://groups.google.com/group/googl...rt-mod-support
BTW, an update of the v1.4 mod is slated for release on 8/13. Will post a listing of new/changed features shortly.
Woody
Hi Woody - it was here but via Google search. I think the quoted post is #744 (on page hundred something...). That's great news about the release.
The quoted answer was making sense in my case: I did some changes in shipping modules. It actually worked when I disabled some shipping mods. I need to test it for FedEx, I hope it will work properly.
Question though: in the GCO read me files, there is a note about populate some tables in case Google can't connect to the page. I think, in my case it would be extremely difficult, since all items relly scrictly on carefully calculated weight. I guess, what it scared me, was the note that in case Google can't connect to the page to get the shipping info, the shipping will not be charged... (!)
I was thinking, in that case, if there is any other way: i.e. collecting all the tax + shipping info on the Zen Cart side, and send the total amount (incl. shipping + tax) to Google Checkout. That way, there will be no confusion... Anyway, please let me know if I'm on track with that kind of thinking.
Thanks bunch,
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zgraphic
Can someone quickly help me?
I downloaded the updated google check-out file and installed. everything look fine. but once I confirm the order. It went back to the order page, which "Your Shopping Cart Contents" showing the items still in the cart. I do it again. and it went back to the same page, Any idea?
P.S. the order didnt process!
http://internet1shop.com
Just a quick thought:
"Make sure you set the file attribute to 777 for
/googlecheckout/logs/response_error.log and /googlecheckout/logs/response_message.log files."
That was my first mistake after installing GCO, and it works after correcting it.
Hope it helps you,
-
Re: Google Checkout module for Zen Cart (beta)
@0101101011, zgraphic, onlyrey, et al:
You should be asking your questions and posting your issues concerning v1.4 on the new support forum. Then Ropu the developer of the mod will read them and very likely respond. He does not read this support forum as it is for v1.3 only which is no longer supported.
Am I am sounding like a broken record yet? ;-)
Please don't reply here as I don't read this forum very often.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
I wanted to add a overnight option to my site, so I cloned the flat rate shipping module. I enabled it, however I didn't see it listed at the google checkout screen. I think I might have to add it to googlecheckout.php but where exactly?
-
Re: Google Checkout module for Zen Cart (beta)
Okay, my turn for my problem:
I installed google-checkout-zencart-v1.4Beta1.
I have Zen-Cart 1.3.7.1, PHP Version 5.2.3, MySQL 5.0.41
I did this:
--Verify the installation from the Admin site and selecting MODULES->PAYMENTS
and checking if Google Checkout is listed as a payment option.
YES
--Set the file attribute to 777 for /googlecheckout/logs/response_error.log and
/googlecheckout/logs/response_message.log files.
YES
--Go to http://<url-site-url>/googlecheckout/responsehandler.php
I get this:
Failed to Get Basic Authentication Headers
Since this is not covered in the troubleshooting section, I did an extensive search and the only thing I found is that I need to see if "PHP is installed over CGI", whatever that means.
I contacted my host and they said that PHP is not installed over CGI.
So, I don't know where that puts me.
What next?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tronno22556
Okay, my turn for my problem:
I installed google-checkout-zencart-v1.4Beta1...
What next?
Initiate a discussion on the new support board for new GC mod version 1.4. This thread is for mod v.1.3x which is no longer supported.
http://groups.google.com/group/googl...rt-mod-support
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
an update of the v1.4 mod is slated for release on 8/13. Will post a listing of new/changed features shortly.
New Google API code just released and support is being integrated into the mod. Will help with third party shipping issues. Next release delayed for approx one week to allow for further testing. Many other new features to be included. See the wish list and known issues list at URL below.
Release will be announced at:
http://groups.google.com/group/googl...rt-mod-support
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Thank you for your efforts Woody!
I'm convinced that this is an arduous task that you've taken on.
I've been looking for an answer to a question that many folks have been asking over on the google forum, but there doesn't seem to be an answer.
Is there anything in sight that would suggest that customers will be able to make payments on GC without having to open a "Google Account"?
I have a 100% abandonment from the GC page, and I believe that it has something to do with the need to open yet another account to pay for the goods.
I went with GC to attract customers, but it seems to be having the opposite effect.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Zinfandel
I've been looking for an answer to a question that many folks have been asking over on the google forum, but there doesn't seem to be an answer.
Is there anything in sight that would suggest that customers will be able to make payments on GC without having to open a "Google Account"?
I have a 100% abandonment from the GC page, and I believe that it has something to do with the need to open yet another account to pay for the goods.
I went with GC to attract customers, but it seems to be having the opposite effect.
Zin,
Probably didn't find anything about your question on the new mod support forum as it not a GC mod question. :wink2:
GC was never intended to be a "no account" express checkout method.
Requiring an account is a fundamental Google Checkout service policy/product design decision. Best to inquire on this at Google Checkout support site (Merchants forum or Developers forum or both).
No need for your new customers to set-up a Zen Cart account (this is done automatically for them in the background by the GC mod script).
That is when checking out of your shop via GC your new customers (guests) only need to open a GC buyers account. Not much to it, just enter CC info plus shipping address on one short form, data which is needed to fulfill any order. So I don't understand the creating an "account" issue. I am aware that some people are leary of the words "create account" or "profile"... which has been repeatedly discussed throughout ZC support forums... but is off-topic for this thread.
At any rate, I see opposite results with GC. My observations is the uptake to using Google Checkout for payment has been very good. Now 50/50 with PayPal. Not needing authorize.net any longer.
But I do note the GC mod integration into Zen Cart still requires more work and Ropu is working on it. Bust most ZC functionality is already supported.
See wishlist/known issues page on new support forum. A mod update is scheduled for release next week. New and updated functionality undergoing testing now.
If you want to continue any discussion regards to GC mod v.1.4 please post to the new support forum.
http://groups.google.com/group/googl...rt-mod-support
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Test order shows up in Google but not admin..
i follow what the installation guide says but still can't see the sample orders in admin...
can someone help me...
thanks....
-
Re: Google Checkout module for Zen Cart (beta)
Hello Everyone,
First of all, thanks to everyone working on this project. It has helped me enourmously and made my life much easier (and cheaper.)
I set up ZC with GC Module yesterday and successfully got GC Sandbox to talk to my back end. I get order updates from Google successfully but cannot turn around and update GC properly.
Whenever I open an order and update its status to "shipped" (I changed "Delivered" to "shipped" in the order status'), a message in the header indicates that the status was successfully updated but also that there was an "Error Sending Google Message, see Error Logs." Looking at the order status page, I see that the customer was not notified of the status change as I requested.
So, I opened my error logs and looked to see what it could be. In the response_error.log I see this message:
Code:
Wed Aug 15 5:38:19 EDT 2007:-
In the response_message.log, I see this message:
Code:
Wed Aug 15 5:38:19 EDT 2007:- <?xml version="1.0" encoding="UTF-8"?>
<send-buyer-message xmlns="http://checkout.google.com/schema/2" google-order-number="974808713515562">
<message>Testr</message>
<send-email>true</send-email>
</send-buyer-message>
At this point, I go to GC Sandbox to see the status and note that the order is still marked as awaiting shipment.
Does / is ZC supposed to update shipment status' with GC?
Thanks for any help you can offer!
Spaatz
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Spaatz
Does / is ZC supposed to update shipment status' with GC?
Yes.
Which version of GC mod? If 1.4 post in the new support forum. Look for URL in recent posts.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
cshore
Test order shows up in Google but not admin..
i follow what the installation guide says but still can't see the sample orders in admin...can someone help me...
Which version of GC mod? If 1.4 post in the new support forum. Look for URL in recent posts.
-
Re: Google Checkout module for Zen Cart (beta)
Version 1.4beta1.
I posted it to the new discussions forum as well. The instructions there said to go here too.
-
Re: Google Checkout module for Zen Cart (beta)
Hi
Am just about to get ZC up and running and just put the latest version of the google check module in. I do not get any error message have set up both a regular and sandbox account but when I do a test check out with the sanbox loaded it the go to check out button comes back up and nothing happens including in the Google sand box. Attributes are set to write and in the admin it shows everything healthy any ideas how I can get it to work. My url is www.makupartist.com/shop Paypal is working fine
Thanks for you help
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Spaatz
Version 1.4beta1.
I posted it to the new discussions forum as well. The instructions there said to go here too.
Hi Spatz-
Could not locate your post/thread on the new forum. Can you provide a URL or username?
Also could you please report back which page (URL) on the new support forum directed you to post questions regarding v.1.4 to this thread? We need to correct that information.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tbokich
Hi
Am just about to get ZC up and running and just put the latest version of the google check module in. I do not get any error message have set up both a regular and sandbox account but when I do a test check out with the sanbox loaded it the go to check out button comes back up and nothing happens including in the Google sand box.
Hi tbokich-
Quote:
Originally Posted by
tbokich
Hi
Am just about to get ZC up and running and just put the latest version of the google check module in. I do not get any error message have set up both a regular and sandbox account but when I do a test check out with the sanbox loaded it the go to check out button comes back up and nothing happens including in the Google sand box. Attributes are set to write and in the admin it shows everything healthy any ideas how I can get it to work. My url is
www.makupartist.com/shop Paypal is working fine
Thanks for you help
Hi Tbokich-
1 Last post from richard,martin in your discussion thread on the new support forum explains your issue.
2. For future reference this thread is for the old GC mod versions 1.3 and previous. Support for mod v1.4 and later is on the new support forum.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Hi everyone. I'm hoping somebody can help me with this problem. On my index.php?main_page=shopping_cart page. I get the following error:
Warning: require_once(admin/includes/configure.php) [function.require-once]: failed to open stream: No such file or directory in /home/bigjoesm/public_html/googlecheckout/gcheckout.php on line 31
Fatal error: require_once() [function.require]: Failed opening required 'admin/includes/configure.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bigjoesm/public_html/googlecheckout/gcheckout.php on line 31
I know that google checkout needs PHP3 or PHP4 or PHP5 with cURL(libcurl) installed and enabled. I'm told by my hosting provider that they have this:
cURL support enabled
cURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.3.
Can someone help me figure this problem.
I'm using zencart 1.3.7
goggle checkout, don't remember the version but it is not the most recent beta version or the one prior to it.
My website is: http://stunmasters.net
Thanks for your help
-
Re: Google Checkout module for Zen Cart (beta)
Never mind, this was so dumb. I forgot I've had renamde my admin folder.
Sorry
-
Re: Google Checkout module for Zen Cart (beta)
Never mind, this was so dumb. I forgot I've had renamed my admin folder.
Sorry
-
Re: Google Checkout module for Zen Cart (beta)
I'm looking for some help getting Google Checkout up and running for my zen cart website.
To the best of my knowledge, I've done everything to enable GC, but it's still not working.
The site is here. It's live, but there are no customers yet:
http://proandcollegesportsgear.com/
It's on Dreamhost, so it's running PHP 5.2.2
The Zen Cart version is 1.3.7
I'm using Google Checkout version 1.4beta1
GC is the only mod I've installed on this cart.
The SSL is set up. The account is verified through Google.
The responsehandler is here:
https://proandcollegesportsgear.com/...nsehandler.php
It seems like I can't even get into Google Checkout from the shopping cart. I get this image instead:
https://checkout.google.com/buttons/...bled&loc=en_US
Anyone have any suggestions about what I might have wrong?
Perhaps a link to some good installation instructions so I can just start over?
Thanks..
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
aeor2600
I'm looking for some help getting Google Checkout up and running for my zen cart website.
To the best of my knowledge, I've done everything to enable GC, but it's still not working.
The site is here. It's live, but there are no customers yet:
http://proandcollegesportsgear.com/
It's on Dreamhost, so it's running PHP 5.2.2
The Zen Cart version is 1.3.7
I'm using Google Checkout version 1.4beta1
GC is the only mod I've installed on this cart.
The SSL is set up. The account is verified through Google.
The responsehandler is here:
https://proandcollegesportsgear.com/...nsehandler.php
It seems like I can't even get into Google Checkout from the shopping cart. I get this image instead:
https://checkout.google.com/buttons/...bled&loc=en_US
Anyone have any suggestions about what I might have wrong?
Perhaps a link to some good installation instructions so I can just start over?
Thanks..
I don't know how it works on 1.4 but one of the ways you could get that is if you had different tax zones set for your different shipping methods.
You might also try here:
http://groups.google.com/group/googl...rt-mod-support
-
Re: Google Checkout module for Zen Cart (beta)
I got this from the google groups pages:
How do I know if the GC Mod is working?
That my friend is a loaded question...
1. If the mod is installed correctly and enabled, then a GC button should display on both the ZC login and ZC shopping cart pages.
2. After a customer adds an itme to their shopping cart the GC button appears in color
3. After clicking the enabled GC button the customer is redirected to the GC site, where they can either login to their GC buyers account or create a new GC Buyers account
4. After customer logs in, the correct shipping, tax, coupon data and order total info appears. 5. Then after customer confirms their order they observe a checkout sucess page. 6. And then merchant observes order and transaction data on the relevant ZC orders page: ZC Admin -> Customers -> Orders
It would appear that my distinct problem is that the GC button does not become enabled when I add something to the shopping cart. I've checked my shipping zones and tax rates, and they appear to be correct.
Any other suggestions? Does anyone have live fully functional GC/ZC setup working?
Thanks.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
bigjoed
I forgot I've had renamed my admin folder.
FYI #1: This is not an issue when running latest release of v.1.4 mod. (1.41beta).
FYI #2: v.1.45 is undergoing testing now. Release in appx one week.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
aeor2600
It would appear that my distinct problem is that the GC button does not become enabled when I add something to the shopping cart. I've checked my shipping zones and tax rates, and they appear to be correct.
Does anyone have live fully functional GC/ZC setup working?
Many merchants have a "functional" GC/ZC setup working. The term "fully functional" is highly subjective and contextual.
Regarding your GC button not appearing enabled, that is a symptom of many possible issues. There is a checklist of items to investigate in the mod readme document and in document pages and discussion posts on the new support forum.
It is possible you have different tax rates applied to different shipping methods. That is currently a non-no. See the known issues/wishlist.
If you are using mod v.1.4 please post follow-up on your issue(s) to the new support forum:
http://groups.google.com/group/googl...rt-mod-support
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
FYI #2: v.1.45 is undergoing testing now. Release in appx one week.
My bad. v.1.41 is undergoing testing now. v.1.45 is in development.
New announcement concerning impending v.1.41 (not beta) release just posted here.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
My second question, does anyone know what I need to change to include the products model in the GC cart?
I have lots of items and some of them have the exact same name/description the only way to differentiate is by item number (model).
Currently the mod passes the product id, but it's not vey user friendly for the merchant, not useful at all for the customer to determine what they ordered, especially when they order dozens of items.
Currently, the item info is passed and shows something like this:
Silver Ring
ID - 35789
Silver Ring
ID - 38456
Silver Chain
ID - 39456
I would prefer that the product's model be passed as part of the item-name tag or in the merchant-item-id tag, so that an item would show in the GC cart something like:
Item #SR9510 Silver Ring
ID - 35789
or
Silver Ring
Item #SR9510
Thanks for any input on this.
I too have need of the product model (which can be concatenated to the product name) on the GC communiques, and no need for the product id. Has this been resolved by anyone? I don't want to fiddle with the gcheckout.php if someone has a better idea.
-
Re: Google Checkout module for Zen Cart (beta)
Zinfandel, thank for reminding me of this issue. I had forgotten about it.
Ropu sent me an email explaining a solution; however, I never got to try it because I'd been super busy.
I just went through a ton of emails trying to find the email Ropu sent me, but unfortunately I could not find it, I guess I deleted it by mistake. I'll have to ask Ropu again...
-
Re: Google Checkout module for Zen Cart (beta)
Hello I need help with my site.
The PER UNIT price on my google checkout isn't matching up with that of my website shipping cost. I want to get rid of the FREE SHIPPING option unless there is at least $250 purchase and make it so the shipping matches up with my website shipping costs.
Somehow thats not working.
Can anyone help?
website: www.jerseyshoeshop.com
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Zinfandel, thank for reminding me of this issue. I had forgotten about it.
Ropu sent me an email explaining a solution; however, I never got to try it because I'd been super busy.
I just went through a ton of emails trying to find the email Ropu sent me, but unfortunately I could not find it, I guess I deleted it by mistake. I'll have to ask Ropu again...
tj1-
Not sure if Ropu's post on July 23 in the thread below is what you are referring to...
http://groups.google.com/group/googl...d40745d92b5241
Woody
-
Re: Google Checkout module for Zen Cart (beta)
It sort of looks like it, that's probably it. I could swear, that's the first place I visited when I couldn't find the email and Ropu's post wasn't there.
Anyway, Ropu says" set the $attribute_name var with the info u desire to be shown"
That really doesn't work for me for two reasons, I think that variable should really be used for real attribute names as it is implied by its name, but mainly because I want the product model to appear in the confirmation emails sent by GoogleCheckout and since only a one line product name is included on those emails, the solution would be to append the product's model to the product name, which is what I have done and works fine for me.
Just need to change line 151 in gcheckout.php
from
PHP Code:
$products_name = $products[$i]['name'];
to
PHP Code:
$products_name = $products[$i]['name'].' '.$products[$i]['model'];
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
jerseyshoeshop
Hello I need help with my site.
The PER UNIT price on my google checkout isn't matching up with that of my website shipping cost. I want to get rid of the FREE SHIPPING option unless there is at least $250 purchase and make it so the shipping matches up with my website shipping costs.
Somehow thats not working.
Can anyone help?
website:
www.jerseyshoeshop.com
Merchant calculated shipping is not working. Defaults are always shown, in your case $5 for PER UNIT and $0 for FREE SHIPPING.
Log in to your GC account, Settings>Integration and see what specific errors are showing there.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
It sort of looks like it, that's probably it. I could swear, that's the first place I visited when I couldn't find the email and Ropu's post wasn't there.
Anyway, Ropu says" set the $attribute_name var with the info u desire to be shown"
That really doesn't work for me for two reasons, I think that variable should really be used for real attribute names as it is implied by its name, but mainly because I want the product model to appear in the confirmation emails sent by GoogleCheckout and since only a one line product name is included on those emails, the solution would be to append the product's model to the product name, which is what I have done and works fine for me.
Just need to change line 151 in gcheckout.php
from
PHP Code:
$products_name = $products[$i]['name'];
to
PHP Code:
$products_name = $products[$i]['name'].' '.$products[$i]['model'];
I agree with you, did the same thing and it works just fine.
Thanks, TJ!
-
Re: Google Checkout module for Zen Cart (beta)
I have 2 problems
1) I have a shipping based on percentage module that I use. It says
Percentage percent not configured!
In the Modules - > Payment -> Googlecheckout
2) When a customer goes through checkout on google. Nothing shows up in admin. Inventory does not deduct etc...
What do I do??
-
Re: Google Checkout module for Zen Cart (beta)
I'm having the same problem with it not showing up in the admin.
Any help would be greatly appreciated. :)
-
Re: Google Checkout module for Zen Cart (beta)
Forgot to put my responce header in the api... :oops:
-
Re: Google Checkout module for Zen Cart (beta)
I did that and mine still isn't showing up. LOL
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Boggled
I did that and mine still isn't showing up. LOL
Then what errors do you observe in GC Merchant account Integration > Settings ?
And any errors in your googlecheckout error log?
Which mod version are you running? If v.1.4x then post details of your issue on the new mod support forum.
http://groups.google.com/group/googl...rt-mod-support
I just posted to the discussion form recommended settings for your GC Merchant account.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Then what errors do you observe in GC Merchant account Integration > Settings ?
And any errors in your googlecheckout error log?
Which mod version are you running? If v.1.4x then post details of your issue on the new mod support forum.
http://groups.google.com/group/googl...rt-mod-support
I just posted to the discussion form recommended settings for your GC Merchant account.
Woody
Thanks Woody!
I just posted all the errors in the 1.4 support forum. :smile:
-
Re: Google Checkout module for Zen Cart (beta)
I am trying to install 1.4
When I go to configure it is asking me for a username and password
when I go to the url for responce header & the shipping generator.
It wouldn't take the adin pass or the server pass.
What U&P are they looking for???
What I am trying to do is install a modified shipping module
any suggestions on how to install it?
-
Re: Google Checkout module for Zen Cart (beta)
I installed google checkout and followed all of the instructions. when I go to the payment module in my admin though, it says this:
Warning: googlecheckout::googlecheckout(/home/attirefo/public_html//googlecheckout/shipping_methods.php) [function.googlecheckout]: failed to open stream: No such file or directory in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41
Fatal error: googlecheckout::googlecheckout() [function.require]: Failed opening required '/home/attirefo/public_html//googlecheckout/shipping_methods.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41
any suggestions?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
attireforall
I installed google checkout and followed all of the instructions. when I go to the payment module in my admin though, it says this:
Warning: googlecheckout::googlecheckout(/home/attirefo/public_html//googlecheckout/shipping_methods.php) [function.googlecheckout]: failed to open stream: No such file or directory in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41
Fatal error: googlecheckout::googlecheckout() [function.require]: Failed opening required '/home/attirefo/public_html//googlecheckout/shipping_methods.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41
any suggestions?
Are you sure you should have 2 // in your path?
-- public_html//googlecheckout --
-
Re: Google Checkout module for Zen Cart (beta)
hmm I am not sure why it shows two of those.. but when I check in filezilla, it looks normal. I am not exactly sure how I would fix it. anything else I should do?
-
Re: Google Checkout module for Zen Cart (beta)
update: i deleted the //googlecheckout folder and uploaded it again to make sure i didnt add an extra '/' and i still got the same message. any one know what i can do??
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
attireforall
update: i deleted the //googlecheckout folder and uploaded it again to make sure i didnt add an extra '/' and i still got the same message. any one know what i can do??
I don't believe it's the folder that's causing the problem. It's the configuration setting that points to the folder. You probably have an extra / at the end of one of the path strings.
-
Re: Google Checkout module for Zen Cart (beta)
Newbie Here: I am trying to install Zen Cart on Google Apps/Google Checkout....Installing the module seems very simple getting the Zen Cart on here has me baffled. It seems there is a lot more info on here than I really need. I am installing into root (html) directory and making a page for my store...
Since Google has it's own editor and ftp (upload) it is difficult to figure this all out. I uploaded PHP5 to my directory but what to do about My SQL? Does that come with the program? :huh: