AbanteCart Development > Payment Modules
Google Checkout not working
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.
--- Code: ---Load denied by X-Frame-Options: https://sandbox.google.com/checkout/api/checkout/v2/checkout/Merchant/3010************* does not permit cross-origin framing.
--- End code ---
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.
31master:
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
--- End quote ---
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
--- Code: ---<?php echo include('path_to_your/main_header.tpl')?>
--- End code ---
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.
31master:
does this limitation also occur on advanced google check out.
Navigation
[0] Message Index
[*] Previous page
Go to full version