Jump to content
  • 0

Moduł dotpay - brak css


Thoriam

Question

ok dzięki a jeszcze takie jedno pytanie otóż po odpaleniu modułu płatności dotpay strona mi się rozjeżdza. Zaglądając do źródła strony zobaczyłem że nie ma tam głównego css. Co może być tego powodem

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

był temat odnośnie przelew24.pl. Coś słabo szukałem http://www.prestashop.com/forums/topic/171976-przelewy24-i-wersja-15x/page__p__1181126__hl__dotpay__fromsearch__1?do=findComment&comment=1181126

a dla leniwych zamieniamy kod dotpay/payment.php

/* SSL Management */
$useSSL = true;
include(dirname(__FILE__).'/../../config/config.inc.php');
include(dirname(__FILE__).'/../../header.php');
include(dirname(__FILE__).'/dotpay.php');

 

na

/* SSL Management */
$useSSL = true;
include(dirname(__FILE__).'/../../config/config.inc.php');
require_once(dirname(__FILE__).'/../../init.php');
$fc=new FrontController();
$fc -> setmedia();
include(dirname(__FILE__).'/../../header.php');
include(dirname(__FILE__).'/dotpay.php');

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...