peterkwok1982 Posted February 17, 2014 Share Posted February 17, 2014 hi dear, here i need some help for the payment.php for my payment gateway,working ok on prestashop 1.4, now i am using prestashop 1.5.6 when go to domain/module/paymentgateway/payment.php,the header not display,and footer not display background. i attatch the picture and the codes here, hope people who know the codes can help me solve this problem. thanks in advance! <?php/* SSL Management */$useSSL = true;include(dirname(__FILE__).'/../../config/config.inc.php');include(dirname(__FILE__).'/../../header.php');include(dirname(__FILE__).'/hooppay.php');if (!$cookie->isLogged()) Tools::redirect('authentication.php?back=order.php');$yourspay = new HooPpay();echo $yourspay->execPayment($cart);include_once(dirname(__FILE__).'/../../footer.php');?> Link to comment Share on other sites More sharing options...
vekia Posted February 17, 2014 Share Posted February 17, 2014 your payment page use old not working anymore method. you have to include init file instead of header and footer Link to comment Share on other sites More sharing options...
peterkwok1982 Posted February 17, 2014 Author Share Posted February 17, 2014 your payment page use old not working anymore method. you have to include init file instead of header and footer hello Vekia,thanks very much for your reply, sorry i am not a coder, can you please help me for this? thanks in advance. Link to comment Share on other sites More sharing options...
vekia Posted February 18, 2014 Share Posted February 18, 2014 it will be a bit hard to do it, remember that you dealing with customers money, it's a kind of "thin ice" you developed it by yourself ? or it's custom solution downloaded / bought somewhere? Link to comment Share on other sites More sharing options...
peterkwok1982 Posted February 19, 2014 Author Share Posted February 19, 2014 it will be a bit hard to do it, remember that you dealing with customers money, it's a kind of "thin ice" you developed it by yourself ? or it's custom solution downloaded / bought somewhere? hi Veika, thanks for your reply, it's the credit card payment gateway. the company who supply this still not update, and because our shop is update to 1.5.6 prestashop, need to solve this problem quickly. we can not just wait for them. thanks in advance. Link to comment Share on other sites More sharing options...
vekia Posted February 19, 2014 Share Posted February 19, 2014 so if you need solution quickly - if i were you - i will post this as a task in Job Offers section Link to comment Share on other sites More sharing options...
Recommended Posts