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.5) 中是否有办法将 qty 字段从后端目录/管理产品/库存选项卡移动到目录/管理产品/常规选项卡。
提前谢谢你。
Zard,库存信息不完全是 Product 的一部分,而是来自 ProductStock。因此,您不能使用属性集管理器对字段重新排序。
为了做你想做的事,你需要添加一些代码(隐藏库存选项卡中的字段,并在常规选项卡中显示它)。如果您保留输入的名称,那么控制器应该只处理数据。