I've tried to load a simple third party php class to use within Opencart. It's a simple content parser which I use on anothert site, nothing mayor.
I've tried to include and user this class without luck. Included the file and instaciation onto different locations, even @ inside TPL files.
The only way I've made the custom class work is if I include it's file, instanciate it and the call one it's method as first lines of header.tpl
Havent' find a way I can load the file, instanciate it, and the call the object methods from any TPL.
I'm not the best when it comes to understanding logic on opencarts MVC frame.
Any advice, direction will be great.
