doughty10
Forum Replies Created
-
Forum: Plugins
In reply to: [Infopopup] How to auto close popup window after hyperlink?I figured this out. For those that want to know how, here’s the right code:
“{a class=”mybutton” href=”/direct-sourcing” target=”_new” onclick=”infoCloseAllPopups()”} OK{/a} ???{input type=”button” value=”Close this window” onclick=”infoCloseAllPopups()”}{br}
Forum: Plugins
In reply to: [Infopopup] How to auto close popup window after hyperlink?HTML for OK…
‘a class=”mybutton” href=”/sourcing” target=”_blank ” infoCloseAllPopups()>OK’Aerin,
I was able to make the plug-in work after all. After doing research, I came to learn that to resolve the problem, you only need to have the link opened in a new page. You offer that option on the ‘Send Options’ tab. At the bottom of the page, I selected “Open link in new page/tab” and now it works!
You may want to mention this in your settings form.
Thanks.
Aerin,
I installed a plugin that strips frames. It is called “Frame Free” by BlogHighlight. With this installed, your plugin works allowing transfer to the Paypal screen. If I deactivate that plugin, it hangs.
Before installing Frame Free, I wrote to Paypal support and they tested the site to determine why it hangs. They said it fails because the plugin uses Frames. She wrote that I need to remove frames for it to work.
Although Frame Free allows the plugin to work, it causes problems running the website on mobiles. So, I’ve disabled Frame Free. If you retest again via kgamerica.com, then select ‘Buy Hours’, you’ll see it hang.
I pasted a copy of Paypal’s response below.
Thanks, DouglasDouglas
Thank you for contacting PayPal Merchant Technical Service.
I tried to make a test through the link you have provided : https://kgtiger.info/ka-od-buy-hours/ however, I did not encounter any issue to redirect to PayPal checkout page (Refer screen shot) since this page was not placed in a frame.
However, when I try to reproduce the same error by following the steps you provided through : kgamerica.com I was able to recreate it whereby the website is not redirecting to Paypal successfully.
When I looked into the button code, I noticed that you have custom developed the Paypal button code to open up in a frame. I would like to acknowledge that, Paypal checkout pages could not be used in a FRAME and has to be direct redirection link from the website . This is caused by the browser,(EX: Chrome) policy which disallows payment redirections to be used in a FRAME for security purposes.
As you can see in the attached screen shot, the Chrome browser is refusing to display the Paypal redirection link because it has been placed in a FRAME.
Therefore, in order to resolve it, i suggest you to remove the frame (the code script) and edit your code script to redirect to Paypal directly through the website. Should you have any queries please reply back to this email for us to assist you further.
Sincerely,
Naginitra
Merchant Technical Support
PayPal, an eBay CompanyPaypal said it fails because of FRAMES.