簡體   English   中英

在Magento 1.9中創建自定義模塊

[英]Create a custom module in Magento 1.9

我只是一個初級程序員,請幫助我在magento中創建一個自定義模塊,以將新訂單信息插入數據庫中的自定義表格,例如在下新訂單時將數據插入到自定義表格中。請幫助我

創建自定義模塊。 https://inchoo.net/magento/programming-magento/magento-hello-world-module-extension/

要插入訂單數據,可以使用事件觀察器。 http://www.divisionlab.com/solvingmagento/events-and-observers-a-magento-tutorial/

sales_order_place_after-此事件將有助於在下訂單后獲取訂單數據。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM