Saving extra data with an order in Magento

前端 未结 3 515
旧巷少年郎
旧巷少年郎 2020-12-01 07:07

I have to add a column to the orders page which means adding a column to sales_flat_order_grid. Both of those are possible however I don\'t know how to add a va

3条回答
  •  失恋的感觉
    2020-12-01 07:35

    you have to add attributes , best way to do so is via your extensions update or setup script. As the order and quote are based on flat table structures it really means adding more fields to those tables

    also see ALTER TABLE in Magento setup script without using SQL

提交回复
热议问题