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.
如何将magento产品价格保存在自定义表而不是catalog_product_enitity_decimal表中
我不确定为什么需要将产品价格保存在自定义表中,但您可以创建一个观察者来监听事件“catalog_product_save_after”。然后您可以 getFinalPrice() 并将其保存到您的自定义表中。