Bojkas Posted September 14, 2013 Share Posted September 14, 2013 Hello, I need to start module for PrestaShop, but not open to me because of the ID in the url (www.mojeadresa.cz/cs/ ......) Is it possible to modify this code to make it work? Always throws me "page is not available". When I try to open the script without ID, so it normally works. PS: I do not want to remove ID. Many thanks in advance! <?php/* SSL Management */$useSSL = true;include(dirname(__FILE__).'/../../config/config.inc.php');include(dirname(__FILE__).'/../../header.php');include(dirname(__FILE__).'/iplatba.php');/*if (!$cookie->isLogged())Tools::redirect('authentication.php?back=order.php ');*/$iplatba = new Iplatba();echo $iplatba->execPayment($cart);include_once(dirname(__FILE__).'/../../footer.php');?> Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2013 Share Posted September 14, 2013 you've got page not found when you trying to open moduel page in front office? or what? Link to comment Share on other sites More sharing options...
Bojkas Posted September 14, 2013 Author Share Posted September 14, 2013 (edited) No, only on the page. It module payment system. Look at page www.xxxxxx.cz. Try to Cart goods and method of payment iplatba. It does not open due to / CS / id. I fix it. :-) I wrote to tpl in module /../modules/ Edited September 14, 2013 by Bojkas (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts