Problem with add php code from merlinx

GK User
Mon Feb 06, 2012 9:58 pm
Hi guys,
I have use fantasitc template esport http://www.test.hubertus-wagrowiec.com but I have 1 serious problem. I must implement searcher of touristic offers merlinx. System contain 2 files in main folder ep3gate.class.php (library of system) and gate_full.php
Code: Select all
<?php
include('ep3gate.class.php');

 $ep3gate=new ep3gate(
        '3075',   // agent number
        'hubertus2',
        'ep3'   // query string variable name (used to send paramaters to ibe) configurable to avoid conflict with existing parameters in your system
    );

 
// OPCJONALNY parametr wybierający typ wyszukiwanych wycieczek.
// Informacje na temat możliwych typów wycieczek znajdują sie w dokumentacji Wyszukiwarki.
$ep3gate->setSearchType('PA');

$ep3gate->printContents();

?>

when I put this files to: http://www.test.hubertus-wagrowiec.com/ ... merlin.php everything is ok, particulary in step 4 when I click on price of tour I can choose a term an go to step 5, when I do the same in Joomla (http://www.test.hubertus-wagrowiec.com) in esport template step 4 is inactive, I think that its any conflict but I dont know which.
Second think; how to make then this outsider part of Joomla dont use from template css? than this modul like like here http://www.test.hubertus-wagrowiec.com/ ... merlin.php ?
Thanks in advance for any help
User avatar
Senior Boarder

teitbite
Sun Feb 19, 2012 9:58 pm
Hi

I'm not sure if I understood what You are trying to do. But do not change the source code, please use for example mod_blank to add this code to page.
User avatar
Moderator


cron