显示模态onclick按钮prestashop

时间:2019-03-11 14:33:11

标签: prestashop prestashop-1.7 prestashop-helper-classes

我在prestashop中创建了一个简单的模块,该模块将在弹出窗口中呈现模板。我的钩子函数是:

select u.UserID,
       u.UserFirst,
       -      
       u.UserLast
from   tblUser u

我的模板

public function hookDisplayProductAdditionalInfo()
{
    /* Place your code here. */
    return $this->context->smarty->fetch($this->local_path.$this->templateFile);
}

单击此按钮打开弹出窗口并在此模板中绘制模板时,可以吗?我在Google上搜索了很多,但没有找到答案。请帮我。提前谢谢,对不起我的英语

0 个答案:

没有答案
相关问题