How can i check what warehouse the product belong after checkout is done.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hello everyone

i would like to know if there's a way to put warehouse information name,because the store owner need to make a package and the name of warehouse will be helpfull.
9 years ago
Warehouse is associated to products, so you could look up the products in the order. Or you could create a token to add to the Message template "Orderplacedstoreownernotification" and have that email cc to your warehouse guys or whoever needs the info.

in code look for: ManageTokenProviders.cs and then look for AddOrderTokens() that calls  ProductListToHtmlTable()  then you can trace and see what you need to do. The AddOrderTokens gets the products from ProductListToHtmlTable so once you get the data plumbed in it will show in the HTML products list, that way if each product has a different warehouse you will see it in the product list.  Then put a test in place to test for for "Vendor" AND/OR "Customer" notification so the warehouse only prints on your store owner notifications or however you want to control that.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.