magento 中的每个产品都有单独的最低库存数量
我使用 magmi 从外部 csv 文件更新库存。
问题是在成功更新 csv 时,magmi 不会参考最小数量值来设置产品“有货”或“缺货”
所以我所有的产品最终都是“有货”,只有当我在管理员中编辑和保存产品时,它才会正确设置。
上面的场景再次解释:
如果当前数量 = 1 & mim_qty = 05 并且在 csv 中数量 = 100
magmi 运行后(重新索引完成)
new qty= 100 and i can see at front end at list.phtml
下一个
Current qty= 100 & mim_qty = 05 and in csv qty= 3
magmi 运行后(重新索引完成)
new qty= 3 and **i can see at front end at list.phtml**
以下设置在机器人案例中很常见
Manage stock = 1;
use_config_manage_stock = 1;
min_qty = 05;