views:

41

answers:

0

Maby the title is confusing , but i try to explain here what i'm trying to do.

I'm working on the oscommerce 3 project inside another cms. Above my expectations i succeed verry well.

But there's one problem left for me , i cant get the generated dynamic titles from oscommerce into the cms.

Oscommerce uses a template class and combine the content files into template file.

3 files are involved.

-template class file

-content class file ( extend template class file)

-output data file

(choose save as.. for the 3 links to see the files)

inside the output data file is a part of code what generates the page title.

$osC_Template->getPageTitle()

i can call the osC_Template() class and try to retrieve the getPageTitle , but ofcourse the content file isnt included then. Wher eit say's:

$this->_page_title = $osC_Language->get('info_shipping_heading');

i figured out how to get the language working , it is really the page title that kills me. I'm not a good php coder , as mentioned before it is special for me that i managed on my own to get oscommerce 3 included inside this cms. get the 3 files here + a link to my progress so far

Thanks in advance wHiTeHaT