Pesapal.com

Forum

Welcome, Guest
Username
Password:
 

Pay button not visible when using visa card
(1 viewing) (1) Guest
Welcome to the Pesapal integration forum!

This forum discusses everything about Pesapal integration on your web site. Having any problems? This is the right place to post a question and we are sure you will get an answer
  • Page:
  • 1

TOPIC: Pay button not visible when using visa card

Pay button not visible when using visa card 12 years, 11 months ago #355

  • lazro
  • OFFLINE
  • Administrator
  • Pesapal
  • Posts: 404
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.
  • Page:
  • 1