Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题 - 是否有任何选项可以在 prestashop 中执行类似触发器的操作?我想在产品更新操作之后或之前做一些事情?有一些选择吗?
是的,这些东西有很多钩子。对于产品的保存操作,您需要actionProductSaveoractionProductUpdate钩子。您将能够在模块中使用它来触发您想要的任何东西。
actionProductSave
actionProductUpdate