Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
balihr
Got a little problem, hope someone can help.
Orders don't show in admin.
Also, after a successful checkout, if I return to the shop, I get a timeout error. Return is set to checkout_success.
Specs:
zc 1.3.9h
php 5.2.17
RapidSSL
GCO 1.4.7
htaccess files created
settings: production mode, htaccess auth false, https, send notifications from zen cart false.
The site is using quite a few add ons, but the one I should point out is Super Orders 3.0 - I did edit admin/orders.php, but does it make sense if using super orders?
However, I tried uninstalling SO but orders still didn't show in admin, everything was the same.
I'm open to ANY suggestions. :)
OK, I finally got it to work! Took me a while, but it was worth it.
The problem was actually with my hosting. The instructions never mentioned anything about mod_security server settings. The only thing I could see is in my GCO Merchant Account under Tools -> Integration Console: there was a 406 Not Acceptable error. After a lot of googling and my numerous attempts to fix it, I decided to contact my host and see if they can do something about it. It took them about 5 minutes to pinpoint the issue, changed the settings for my account's mod_security and now orders show up in admin. :clap::clap::clap:
Let's put aside the fact I was working on it for 3 days and took them 5 minutes to fix it... :cry:
Anyway - I have another q: when a customer checks out with GCO, should an account be created automatically for the customer? Also, why do I always get a timeout page after returning from successful purchase (set to return to checkout_success)?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Ok my initial install, I didn't have any other addons, so I just did a straight copy of the files. Google Checkout was then an option for a payment module to install. I did this.
Currently, when you go to check out an item it takes you through a continuous loop around the checkout process inside of Zen Cart and never really sends you to Google Checkout. I selected API Version 2.0 because I didn't know which one ZenCart 1.3.9h would use. Could this be the problem ?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
robertwebsite
Currently, when you go to check out an item it takes you through a continuous loop around the checkout process inside of Zen Cart and never really sends you to Google Checkout. I selected API Version 2.0 because I didn't know which one ZenCart 1.3.9h would use. Could this be the problem ?
GCO starts on your shopping cart page and never enters the regular Zen Cart's checkout procedure. If you go to regular checkout and select gco there, it will take you back to the shopping cart page. If you installed the module correctly, you should have a GCO button right under the standard checkout button on your shopping cart page.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Ok, yes the google checkout option, it was just a continuous loop of stuff that sent you back to the same page.
As far as installing the module, it said I just copy the files, end of story.
What did I miss ?
Also whats the difference between integrating a shopping cart and an order processing system ? What is my zen-cart template more likely to want ?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
robertwebsite
Ok, yes the google checkout option, it was just a continuous loop of stuff that sent you back to the same page.
As far as installing the module, it said I just copy the files, end of story.
What did I miss ?
Also whats the difference between integrating a shopping cart and an order processing system ? What is my zen-cart template more likely to want ?
Did you rename includes/templates/YOUR_TEMPLATE in the original package? Do you have the GCO button on your shopping cart page?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
balihr
Did you rename includes/templates/YOUR_TEMPLATE in the original package? Do you have the GCO button on your shopping cart page?
I need to change that path, and do a copy over. I havent done that yet, but no I dont have a GCO button, it just says go to checkout, and when you click it, and it asks all your information if you don't have an account to sign into, you fill that out and it sends you right back to the cart. Where you would click go to checkout again, and fill it out, and it would send you back to the cart.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
robertwebsite
I need to change that path, and do a copy over. I havent done that yet, but no I dont have a GCO button, it just says go to checkout, and when you click it, and it asks all your information if you don't have an account to sign into, you fill that out and it sends you right back to the cart. Where you would click go to checkout again, and fill it out, and it would send you back to the cart.
Yeah, you obviously didn't install the module properly. You have to rename YOUR_TEMPLATE to your template's name and then tpl_shopping_cart_default.php will either be over-written or be used as an override. If you made any changes to tpl_shopping_cart_default.php, make sure you carefully merge the new file with the old one.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Using ZC1.3.9h and trying to get google checkout to work. Google checkout appears under modules-payments but when I select it and then click the edit button, nothing happens - It doesnt show me the list of Gcheckout vars. I've followed the directions the directions to a T so far - Any pointers?
Thanks,
-Dave
Directions followed:
INSTALLATION NOTES
==================
1. Follow instructions contained in the INSTALLATION file.
2. Verify the installation from the Admin site and selecting MODULES->PAYMENTS
and checking if Google Checkout is listed as a payment option.
3. Set the file attribute to 777 for /googlecheckout/logs/response_error.log and
/googlecheckout/logs/response_message.log files.
4. Go to http://<url-site-url>/googlecheckout/responsehandler.php
If you get a 'Invalid or not supported Message', 'Fail to get HTTP Authentication',
or a request for User and Password, go to the next section.
If you get any errors, you must correct all errors before proceeding.
Refer to the troubleshooting section below or go to the support forum for help.
SETUP ON ADMIN UI
=================
Select and install the Google Checkout payment module. The following are some
of the fields you can update:
0. Installed GC module version
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Did you rename your admin directory before uploading?
Also, try uploading again in binary mode.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Did you rename your admin directory before uploading?
Also, try uploading again in binary mode.