标签: php module prestashop
希望您过得愉快。
在我的模块中,我需要在产品页面中选择新组合后执行一项操作。 那么,当用户点击新的组合时,如何查看?它有钩吗?
答案 0 :(得分:0)
您可以尝试在PHP中使用钩子actionAjaxDieProductControllerdisplayAjaxRefreshBefore,也可以使用
actionAjaxDieProductControllerdisplayAjaxRefreshBefore
prestashop.on('updateProduct', (args) => { // do your code here });
在javascript中