Jump to content

Payment module loads in wrong frame


Recommended Posts

Hi!

 

I've installed the payment module of my payment provider Sisow. But during the payment proces, one of the pages loads in the wrong frame. Please see attached screenshots (1.jpg is how it looks now; 2.jpg is how the page before looks like and how I want the page to stay)

 

Does anyone know how I can fix this?

 

I'm using version 1.5.4.1 of PrestaShop.

 

Thanks!

post-568757-0-41337300-1370698688_thumb.jpg

post-568757-0-93721100-1370698688_thumb.jpg

Link to comment
Share on other sites

you have to disable the left column in the module.

 

use this code in your payment module.

$this->display_column_left = false;

 

 

unfortunately i don't know how the source of your module looks like... but this code do the trick..

Link to comment
Share on other sites

Hi vekia,

 

thanks for your reply!

 

My payment module code looks like this:

 

<p class="payment_module">
 <a style="height: 48px;" href="{$this_path}payment.php" title="{l s='Betaal met iDEAL' mod='sisowideal'}">
   <span style="height:48px;width:86px;float:left">
  <img style="height: 48px;" src="{$this_path}iDEAL-klein.gif" alt="{l s='Betaal met iDEAL' mod='sisowideal'}" />
   </span>
   <span style="width:350px;float:left;margin-left:10px">
  <br/>{l s='Betaal met iDEAL' mod='sisowideal'}
  <!--<br />{l s='Uw Bank' mod='sisowideal'}
  <select name="sisowbank">
    <script type="text/javascript" src="https://www.sisow.nl/Sisow/iDeal/issuers.js"></script>
  </select>
  <input type="button" name="sisowbutton" onclick="alert(sisowbank.value);" style="cursor: auto;" disabled="" value="Continue" title="Pay" />-->
   </span>
 </a>
</p>

 

Where should I add the code you suggested?

Link to comment
Share on other sites

  • 1 month later...

Hi! Still did not figure this out. Anyone can help me? I included the php of the payment module below:

<?php
include(dirname(__FILE__).'/../../config/config.inc.php');
include(dirname(__FILE__).'/../../header.php');
include(dirname(__FILE__).'/sisowideal.php');
if (!$cookie->isLogged(true))
Tools::redirect('authentication.php?back=order.php');
$sisowideal = new sisowideal();
echo $sisowideal->execPayment($cart);
include_once(dirname(__FILE__).'/../../footer.php');
?>

 

Thanks!

Link to comment
Share on other sites

  • 5 months later...
  • 1 month later...
  • 3 weeks later...

Hello,

 

I have the same issue. I use the same module for payments and it displays the left column.

The module can be downloaded for free at: http://www.sisow.nl/downloads/Prestashop32.zip

I tried to use this code:

$this->display_column_left = false;

but couldn’t  fix the problem.

 

Is there a way to hide the left column?

 

I’m using Prestashop version 1.5.4.1.

 

Thanks!!

Link to comment
Share on other sites

  • 3 weeks later...
  On 6/8/2013 at 1:38 PM, stkramer said:

Hi!

 

I've installed the payment module of my payment provider Sisow. But during the payment proces, one of the pages loads in the wrong frame. Please see attached screenshots (1.jpg is how it looks now; 2.jpg is how the page before looks like and how I want the page to stay)

 

Does anyone know how I can fix this?

 

I'm using version 1.5.4.1 of PrestaShop.

 

Thanks!

i have got the same problem, have you found the way to sort it out? 

Link to comment
Share on other sites

  On 4/9/2014 at 9:31 AM, vekia said:

how many columns you've got in cart, and how many columns you've got in payment page?

i have 3 columns in my shopping cart, and in the payment page i just got 2 columns. I'm using version 1.5.6 of PrestaShop.

its a similar probilem, here are my captures showing below:

http://www.tiikoni.com/tis/view/?id=b2e7e83

http://www.tiikoni.com/tis/view/?id=5de42d5

Link to comment
Share on other sites

  On 4/9/2014 at 11:58 PM, vekia said:

is there any chance to see it live?

i bet on some css problem, in this case i have to inspect code of your shop (and create test account + test order to see this payment page)

Yes, my website is www.eastwaycateringsupplies.com, please help me check it out the problem, thanks a lot.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...