Warehouse

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 年 前
Can we Transfer Stock from one Warehouse to other Warehouse ?
6 年 前
For all products we can set directly using database query.

First you have to find the WareHouse Id using below query.
SELECT * FROM WareHouse

Next you have to update products with that WareHouse Id using below query for all products
UPDATE Product SET WareHouseId=WareHouse.ID

Also you can change warehouse at Product Add/Edit section.

http://admin-demo.nopcommerce.com/Admin/Product/Edit/45
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.