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.
catalog_product_enitity_decimal テーブルではなくカスタム テーブルに magento 製品の価格を保存する方法
カスタムテーブルに商品の価格を保存する必要がある理由はわかりませんが、イベント「catalog_product_save_after」をリッスンするオブザーバーを作成できます。次に、getFinalPrice()を取得して、カスタムテーブルに保存できます。