|
Welcome,
Guest
|
|
|
Hi All,
If you are having issues with your payment page whereby the pay button is hidden after selecting visa as the payment option, you need to increase the height of the iframe that loads the payment page. Probably the current height is still set as the default 620px. Change this height to 700px. See code below; by default, it’s found in the pesapal-iframe.php file. <iframe src="<?php echo $iframe_src;?>" width="100%" height="620px" scrolling="no" frameBorder="0"> <p>Browser unable to load iFrame</p> </iframe> Regards, Lazaro |
|
Regards,
Lazaro Ong'ele Web Developer Skype: Lazrotep +254-020-249-5438 ; +254-706-191-729 Dagoretti Lane, Off Naivasha Road. Facebook: www.facebook.com/pesapal Twitter: twitter.com/PesaPal Helpdesk: support.pesapal.com This e-mail address is being protected from spambots. You need JavaScript enabled to view it. |
|