Page 1 of 1

Vendor Warehouse Address

Posted: Mon Sep 27, 2010 3:27 pm
by igavemybest
I would like for just the Vendor Warehouse name (not the address, etc) to appear in the vendor notification. How do I change this?

Re: Vendor Warehouse Address

Posted: Tue Sep 28, 2010 4:39 am
by mazhar
If you have created a warehouse for vendor and assigned it to vendor products then in Email template you can either extract that information by using

Code: Select all

$orderItem.Product.Warehouse.Name
Secondly if you have assigned the vendor products their respective warehouse then I think you can get same information using

Code: Select all

$shipment.Warehouse.Name

Re: Vendor Warehouse Address

Posted: Wed Oct 13, 2010 5:25 pm
by igavemybest
Thanks, I'll give it a shot