Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hi All,
Does any one have instruction on how to update from 1.4.7 to 1.4.9?
I checked the UPGRADE txt file in the zip package but it seems as it has information on how to upgrade from older versions to 1.4.7. but no information on how to upgrade from 1.4.7 to 1.4.9.
Thanks
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I see that it is working for you, but there are many out there who are having issues with googlechekout.
Can anybody give any idea why is this happening?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mahdiusman
I see that it is working for you, but there are many out there who are having issues with googlechekout.
Can anybody give any idea why is this happening?
Site have SSL.?
Did you put correct credentials for live and sandbox?
log folder is writeable?
And most important :smartalec:
HTML Code:
.htaccess Basic Authentication Mode
Your site Site in installed with PHP over CGI?
This configuration will disable PHP Basic Authentication that is NOT compatible with CGI used in the responsehandler.php to validate Google Checkout messages.
If setted True you MUST configure your .htaccess files here.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
allhen
Site have SSL.?
Did you put correct credentials for live and sandbox?
log folder is writeable?
And most important :smartalec:
HTML Code:
.htaccess Basic Authentication Mode
Your site Site in installed with PHP over CGI?
This configuration will disable PHP Basic Authentication that is NOT compatible with CGI used in the responsehandler.php to validate Google Checkout messages.
If setted True you MUST configure your .htaccess files here.
1-Yes, My site has an SSL.
2-The credentials are correct... GC works fine, only the coupon code is making an issue.
3- I am not sure where to locate the log folder :(
4-.htaccess has the following for GC:
#AuthName "Google checkout Basic Authentication"
#AuthType Basic
#AuthUserFile /home/content/98/6507445/html/googlecheckout/.htpasswd
#require valid-user
Any Idea what might be wrong?
thanks!
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mahdiusman
1-Yes, My site has an SSL.
2-The credentials are correct... GC works fine, only the coupon code is making an issue.
3- I am not sure where to locate the log folder :(
4-.htaccess has the following for GC:
#AuthName "Google checkout Basic Authentication"
#AuthType Basic
#AuthUserFile /home/content/98/6507445/html/googlecheckout/.htpasswd
#require valid-user
Any Idea what might be wrong?
thanks!
In your .htaccess file - remove the # symbols before each line.
Also does ordering in Live mode work in general (and therefore is it just coupons causing the issue)?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
belaze
Hi All,
Does any one have instruction on how to update from 1.4.7 to 1.4.9?
I checked the UPGRADE txt file in the zip package but it seems as it has information on how to upgrade from older versions to 1.4.7. but no information on how to upgrade from 1.4.7 to 1.4.9.
Thanks
You can just copy the files over the top of the existing files - no changes have been made to the database etc, only very small tweaks have been made to the code.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
countrycharm
Anybody have any ideas at all. Thank you
Sorry for the delay in getting back to you - I have been provided with a copy of the shipping module you currently use for development purposes by Connor, and will begin development ASAP. This will be available in the next release of v1.5.0
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mattclements
Sorry for the delay in getting back to you - I have been provided with a copy of the shipping module you currently use for development purposes by Connor, and will begin development ASAP. This will be available in the next release of v1.5.0
Thank you so much for your time.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mattclements
Sorry for the delay in getting back to you - I have been provided with a copy of the shipping module you currently use for development purposes by Connor, and will begin development ASAP. This will be available in the next release of v1.5.0
I'm looking forward to this too. It's the only thing holding me back from getting the advanced shipper.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
mattclements
In your .htaccess file - remove the # symbols before each line.
Also does ordering in Live mode work in general (and therefore is it just coupons causing the issue)?
Yeh, the mod is working fine overall. It just the coupon code that does not work.. I removed the # and nothing changed..
one more thing, when I put the coupon amount as a fixed $ amount then it works but when it is a % then it is not deducted from the amount.