Jump to content

wywołanie templatki ze smarty plugin


Michal84

Recommended Posts

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 by Michal84 (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...