News:

AbanteCart v1.4.2 is released.

Main Menu
support

Google Checkout not working

Started by 31master, May 04, 2013, 02:39:30 PM

Previous topic - Next topic

31master

My google checkout is not working i followed the steps to configure but customers can not get past the confirm order page

When customers click confirm order nothing happens. and the confirm order button looses its hyperlink.

I don't know what to do now.

abantecart

#1
Any message or anything in the log after you try this?

Double check that ll settings in extension and google are correct. Check that you have mail settings configured correctly in AbanteCart.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

31master

I've got the 2 settings configed correctly, could you reillustrate the steps again. also what are the proper mail settings

abolabo

Did you look into google checkout integration console on merchant account page?
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

mreamant

Is there help documentation; how are the mail setting suppose to be set up other than listing the contact email?

31master

my integration console is empty, and I second what mreamant said.

abolabo

all problems with cross-site policy of browser.
You pasted abantecart on your site as frame. On checkout confirmation server sends redirection command to browser on another server (google checkout) but browser blocks it.
Load denied by X-Frame-Options: https://sandbox.google.com/checkout/api/checkout/v2/checkout/Merchant/3010************* does not permit cross-origin framing.

I think you have to install shop into subfolder and do not use frames.
XSS-limitation is a question of security and we can not affect it.
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

31master

#7
you are right it works without i frame when i go through the real url  but i thought i frame only worked as a redirect because i wanted to keep my header and keep things concise on my website. is there any way around this. like could i program it to where when the user selects google check out they are redirected to original url to check out. Do you see anyway around this.

also does the other google check out pro permit this iframe set up paypal check out works just fine on the iframe?

also can users check out using google check out if they dont have a google account?

would changing my callback url help like website/AbanteCart/index.php?rt=extension/google_checkout/callback
to website/shop/index.php?rt=extension/google_checkout/callback

abolabo

Quote from: 31master on May 10, 2013, 08:01:13 AM
you are right it works without i frame when i go through the real url  but i thought i frame only worked as a redirect because i wanted to keep my header and keep things concise on my website. is there any way around this. like could i program it to where when the user selects google check out they are redirected to original url to check out. Do you see anyway around this.

also does the other google check out pro permit this iframe set up paypal check out works just fine on the iframe?

also can users check out using google check out if they dont have a google account?

would changing my callback url help like website/AbanteCart/index.php?rt=extension/google_checkout/callback
to website/shop/index.php?rt=extension/google_checkout/callback

1. You can to create separate tpl of your header... for ex main_header.tpl and place it into upper of abantecart folder. then open storefront/view/template/default/common/header.tpl and put something like this
<?php echo  include('path_to_your/main_header.tpl')?>
Also you can include this header into other parts of your site.

2. About callback URL/ you can regulate this by rewrite rules in your .htaccess. As i remember, this url compounds automatically by abantecart core, it based on store url in your settings.

"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

31master

does this limitation also occur on advanced google check out.

Forum Rules Code of conduct
AbanteCart.com 2010 -