Jump to content

Prestashop 1.5.6 version ,payment.php lost CSS style,hope to find a solution


Recommended Posts

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');
?>
 

post-761556-0-45120500-1392630955_thumb.png

post-761556-0-63990100-1392630959_thumb.png

post-761556-0-89856400-1392630965_thumb.png

Link to comment
Share on other sites

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

×
×
  • Create New...