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 1.6 CE sales_flat_order_item 表中有四个价格列:
price, base_price, original_price and base_original_price,
他们之间有什么区别?
这个名字确实暗示了这种关系: original_price 是你开始的地方, price 是你结束的地方。
如果您在后端编辑订单以应用自定义定价,您将在此表中看到差异。我附上了一个屏幕截图,显示我在哪里调整了最后一个订单以降低价格(444 对 1750)。