Slideshow module for older versions (1.4.9.3)[HELP NEEDED]
The 1.5 and higher of opencart has this super cool slideshow module. I am trying to port it to my current version 1.4.9.3. So, I went into the 1.5.1.3 installation and collected all the files that I think are for the slideshow module. I have attached the files here. When I copy these files into my 1...
Jump to post- Wed Feb 29, 2012 6:53 am
- Replies 0
- Views 502
Re: Google Checkout Tax Problem
Those three changes have fixed the problem. Now, everything is working great. Thank you so much JNeuhoff. I greatly appreciate your prompt response.
Jump to post- Sun Feb 12, 2012 5:05 am
- Replies 18
- Views 4595
Re: Google Checkout Tax Problem
There are errors in the Google checkout Integration console. They are from when I had used the new code. Here are the error messages: We encountered an error trying to access your server at https://www. -- the error we got is Sending failed with HTTP response code: 401. Response body was: Failed to ...
Jump to post- Fri Feb 10, 2012 2:04 am
- Replies 18
- Views 4595
Re: Google Checkout Tax Problem
Hi JNeuhoff, Thank you so much for your super fast response. I greatly appreciate it. Your new files have fixed the Tax problem but they seem to have broken the shipping calculation now. I have attached the screen shot. You can see now that the shipping is simply $0.00 and not $4.99 like in my previ...
Jump to post- Tue Feb 07, 2012 12:39 am
- Replies 18
- Views 4595
Re: Google Checkout Tax Problem
I am having a similar problem with Google checkout tax calculation. I set my store so that tax is collected only for Massachusetts (MA). Everything works good on the store checkout. i.e. when someone from MA makes a purchase of a taxable product, the tax (6.25%) is added. But when someone from, say,...
Jump to post- Mon Feb 06, 2012 8:36 am
- Replies 18
- Views 4595
Restricting some products to certain zip codes.
I have created a quick and dirty way of restricting purchase of some products from certain zipcodes. In my case, I sell groceries online. If the customer is local I can deliver the products but if they are from far away I ship them. Now, I can sell Frozen foods to local customers because I can deliv...
Jump to post- Sat Apr 23, 2011 4:56 am
- Replies 0
- Views 1555
Re: Google checkout not showing shipping
I moved my site to godaddy and now it is working. It still has the Basic authentication problem but when I bypass that, the callbacks are now working. So, I want to once again thank you for all your help. I did see in the module description that you mentioned all order processing is done in google c...
Jump to post- Wed Apr 20, 2011 8:28 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
I was able to install this on my test server though and it works fine. I think the problem is with how the PHP is setup on Dreamhost. I have a quick question though. Now, with the test server I submitted an order and it went through fine. I got an email that there was an order placed but I dont see ...
Jump to post- Sat Apr 16, 2011 9:27 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
I understand that is not good but I still dont know how to fix it.
Jump to post- Sat Apr 16, 2011 6:11 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
I am not sure if it is a browser caching problem. Because I see the error messages in the Integration console in my google checkout account. Also, I tried to use the google checkout from another computer and I still get the errors. I attached the log files. I didn't see anything in it either.
Jump to post- Fri Apr 15, 2011 11:17 pm
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
Yes it has the correct quotes. Here is a copy from the error log: string(369) "<?xml version="1.0" encoding="utf-8"?> <merchant-calculation-results xmlns="http://checkout.google.com/schema/2"> <results> <result shipping-name="Weight Based Shipping - Zone (1-2)...
Jump to post- Fri Apr 15, 2011 4:26 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
Okay, now this is the most bizarre thing I have ever seen. I get the parse error at random. Yes, at random. This is NOT a problem in opencart or the google checkout module. It may have something to do with XML. I found this link which is what I am probably facing. http://forums.devx.com/showthread.p...
Jump to post- Thu Apr 14, 2011 7:46 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
The code in my file is exactly the same. I tried to put extra quotes and see what happens and then it failed the first time it tried to communicate with google checkout. It wont even go to the google checkout page when I click the google checkout button. It would give a red color error message on my...
Jump to post- Thu Apr 14, 2011 2:07 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
The basic authentication is being done by the PHP script gcheckout.php on line 386 using the HTTPAuthentication() function. This function is declared in googleresonse.php in the system/google/library directory. This uses variables like $_SERVER['PHP_AUTH_USER']) , ($_SERVER['HTTP_AUTHORIZATION']) , ...
Jump to post- Wed Apr 13, 2011 1:07 pm
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
Actually, it does ask for username and password. You can try it here: https://www.desimart.com/index.php?route=checkout/gcheckout/callback When I put in my google checkout Merchant ID and Merchant Key it still wont let me in. According to this it should let me pass: ( 2nd response from GoogleCheckou...
Jump to post- Wed Apr 13, 2011 4:43 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
I found the following link which may be related. I dont understand entirely but I will follow their steps and see where it takes me. I will try it out tomorrow but in the mean time if the experts (J.Neuhoff ;) )here think that this is nonsense please let me know so I dont waste a lot of time: http:/...
Jump to post- Sun Apr 10, 2011 4:51 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
I have the errors in the Error log in Google checkout account. The error for my actual site seems to be different than the SSL issue. The following is the error: We encountered an error trying to access your server at https://www.desimart.com/index.php?route=checkout/gcheckout/callback -- the error ...
Jump to post- Sun Apr 10, 2011 4:28 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
Just checked the Google error log in system/logs. Has this:
Sat Apr 9 13:54:39 UTC 2011:- Failed to Get Basic Authentication Headers
(wonder what time it is on cause it is still April 9, 12:39 here in RI, USA )
Where exactly is the error log in the google checkout account
- Sun Apr 10, 2011 12:40 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
So, as I did more debugging I see that google never uses the callback URL ( probably because it doesn't like the SSL certificate ). I put this code in the first line of the function "callback()" in gcheckout.php in the catalog/controller and I dont see a popup message: echo("<script l...
Jump to post- Sun Apr 10, 2011 12:36 am
- Replies 41
- Views 14522
Re: Google checkout not showing shipping
I think the problem may have to do with my SSL certificate. The bhartimart.com is my test server and I have a self-signed certificate which is obviously not supported by Google checkout. But my real server has a positive SSL which I bought from my hosting company - Dreamhost and seems like that one ...
Jump to post- Sat Apr 09, 2011 10:45 pm
- Replies 41
- Views 14522