Spidersiteme Posted July 3, 2012 Share Posted July 3, 2012 Hi, my site use google checkout is payment method, but when customer buy items on my site with google check out. Prestashop can't add new order in backend, or have't order in order history. my version is 1.4.8.2 thank you Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 3, 2012 Share Posted July 3, 2012 Hi spiderme, Please see the discussion here and let me know if that works for you. -Mike 1 Link to comment Share on other sites More sharing options...
Spidersiteme Posted July 3, 2012 Author Share Posted July 3, 2012 (edited) HI Mike Thank you for the fast reply I did this but i still done see the order in the order history After the purchase is made in the Google checkout Google Checkout v1.2 by PrestaShop Google Checkout API implementation Edited July 3, 2012 by spiderme (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 3, 2012 Share Posted July 3, 2012 HI Mike Thank you for the fast reply I did this but i still done see the order in the order history After the purchase is made in the Google checkout In that case, can you please post an update to that thread? The developer who has been answering questions there is the expert on this module since he developed it himself, and he will be the best person to respond and help you identify what may be the issue on your site. -Mike 1 Link to comment Share on other sites More sharing options...
Spidersiteme Posted July 3, 2012 Author Share Posted July 3, 2012 (edited) ok thank you mike Mike naver mind i fixed it Edited July 3, 2012 by spiderme (see edit history) Link to comment Share on other sites More sharing options...
Spidersiteme Posted July 3, 2012 Author Share Posted July 3, 2012 This will fix this problem I just created a new .htaccess in the gcheckout module <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1] </IfModule> Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 3, 2012 Share Posted July 3, 2012 Great, I'm glad you were able to resolve this! I'll go ahead and mark this thread as solved for you. Happy selling! -Mike 1 Link to comment Share on other sites More sharing options...
juliocastrop Posted September 11, 2012 Share Posted September 11, 2012 Hi, I have the same problem, I already replaced the .htaccess file with this: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1] </IfModule> but the problem still the same.. Google checkout takes the order, the buyer receives an email with the order confirmation but the cart still showing a product on it and the backend doesn't receive the order, please HELP!!!! Link to comment Share on other sites More sharing options...
sayitonsticks Posted October 17, 2012 Share Posted October 17, 2012 juliocastrop, did you ever resolve this problem? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now