stkramer Posted June 8, 2013 Share Posted June 8, 2013 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! Link to comment Share on other sites More sharing options...
stkramer Posted June 11, 2013 Author Share Posted June 11, 2013 Anyone? This is very important for me to fix before my site goes live. Link to comment Share on other sites More sharing options...
vekia Posted June 11, 2013 Share Posted June 11, 2013 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 More sharing options...
stkramer Posted June 12, 2013 Author Share Posted June 12, 2013 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 More sharing options...
stkramer Posted June 17, 2013 Author Share Posted June 17, 2013 Suggestions anyone? I'm still having trouble fixing this. Link to comment Share on other sites More sharing options...
vekia Posted June 17, 2013 Share Posted June 17, 2013 I thought about php code of the module. you have to use there: $this->display_column_left = false; for example, in the module payment controller. Link to comment Share on other sites More sharing options...
stkramer Posted June 20, 2013 Author Share Posted June 20, 2013 Unfortunately I am not a php experienced person. My payment module has several php files, so I don't know which one I should adjust. Link to comment Share on other sites More sharing options...
stkramer Posted August 12, 2013 Author Share Posted August 12, 2013 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 More sharing options...
vekia Posted August 12, 2013 Share Posted August 12, 2013 have you got any additional controllers in the module directory? Link to comment Share on other sites More sharing options...
stkramer Posted August 13, 2013 Author Share Posted August 13, 2013 Yes there are more. Please refer to printscreens attached. Link to comment Share on other sites More sharing options...
stkramer Posted January 27, 2014 Author Share Posted January 27, 2014 (edited) Hi guys, it has been a while but I have still been unable to fix this issue. Anyone has a great idea for me? Edited January 27, 2014 by stkramer (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 27, 2014 Share Posted January 27, 2014 its me again can you show how the url to this payment method looks like? (you can remove url to your website if you want - show only part with controllers) Link to comment Share on other sites More sharing options...
stkramer Posted January 28, 2014 Author Share Posted January 28, 2014 Thanks for coming back to me! The URL of this payment method is ****.nl/modules/sisowideal/payment.php It links from step 5 of the order proces directly to this module. Link to comment Share on other sites More sharing options...
stkramer Posted March 5, 2014 Author Share Posted March 5, 2014 Hi vekia, did you manage to find an answer to my question from the last info I provided? Still struggling to solve this thing. Thanks! Link to comment Share on other sites More sharing options...
dennisv1 Posted March 23, 2014 Share Posted March 23, 2014 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 More sharing options...
vekia Posted March 23, 2014 Share Posted March 23, 2014 i downloaded this file and... im a little confused, why there are a lot of directories? Link to comment Share on other sites More sharing options...
dennisv1 Posted March 23, 2014 Share Posted March 23, 2014 each payment has its own directory for example: "sisowovb" is bankwire payment "sisowpp" is paypal payment there is a total of 9 payment modules and i think the directory "sisow" connects them all. Link to comment Share on other sites More sharing options...
justinjiang Posted April 8, 2014 Share Posted April 8, 2014 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 More sharing options...
vekia Posted April 9, 2014 Share Posted April 9, 2014 how many columns you've got in cart, and how many columns you've got in payment page? Link to comment Share on other sites More sharing options...
justinjiang Posted April 9, 2014 Share Posted April 9, 2014 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 More sharing options...
justinjiang Posted April 9, 2014 Share Posted April 9, 2014 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? sorry my bad, its both just got 2 columns in my shopping cart and my payment page. Link to comment Share on other sites More sharing options...
vekia Posted April 9, 2014 Share Posted April 9, 2014 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) Link to comment Share on other sites More sharing options...
justinjiang Posted April 10, 2014 Share Posted April 10, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now