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.
我正在提供与会计软件的连接,因此我正在调用一个事件"sales_order_invoice_pay",但我需要更新发票编号。由发票号 由会计软件提供。所以我需要一个事件,我可以在发票生成后获取发票信息。
"sales_order_invoice_pay"
谢谢
这取决于您的 magento 版本,因为早期的 magento 有
sales_order_invoice_save_after
但是您必须检查您的版本和活动的可用性。