Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MOneybookers Iframe problemnot working in firefox


sahilsaid

Recommended Posts

I am having a problem showing the moneybookers payment method in firefox as it used te iframe. I tried this with the internet explorer and it works fine but same payment iframe is not shown in firefox or google chrome web browser.

 

Here is teh code of the iframe:

       function confirmation() {

	echo "<div align=\"left\"><iframe name=\"iframe\" width=\"600\" height=\"0\" src=\"".FILENAME_CHECKOUT_MONEYBOOKERSIPN.
		"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\"".
		" frameborder=\"No\" id=\"alexiframe\"></iframe> </div>";
	return array('title' => MODULE_PAYMENT_MONEYBOOKERS_IPN_TEXT_TITLE);

}

       function process_button() {
               return("
			<br>
			<script>
				function showbuypage() {
			document.getElementById(\"alexiframe\").style.height=\"600\";
				}
			</script>");

 

Does anyone have any idea whats the probelm is:

 

I am using STS template sytem and yes I tried disabling the STS and iframe worked in firefox so I don't if its the browser or the STS is causing the issue. Any help would be appricated.

 

Thank you

Edited by sahilsaid
Link to comment
Share on other sites

  • 1 month later...

hi

i got the same problem with moneybookers_ipn , with firefox, chrome the iframe doesnt work... im still searching a solution... :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...