Michal84 Posted July 12, 2015 Share Posted July 12, 2015 (edited) Witam, w prostym module mam metodę, która rejestruje plugin smarków: smartyRegisterFunction($this->context->smarty, 'function', 'forcehref',array('myModule','getForceHref')); wywołanie pluginu jest takie: {forcehref id=$product['id_product']} teraz najważniejsza rzecz. Plugin ma mi utworzyć nowy button + dodatkowo skrypt JS. W jaki sposób mogę teraz wywołać swoją templatkę (bez nagłówków itp) w tej statycznej metodzie ? public static function getForceHref($params, &$smarty) { //jak teraz wywołać tu widok myCustomView.tpl ? } Edited July 27, 2015 by Michal84 (see edit history) Link to comment Share on other sites More sharing options...
Michal84 Posted July 27, 2015 Author Share Posted July 27, 2015 ponawiam pytanie Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now