Vendor Warehouse Address

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Vendor Warehouse Address

Post by igavemybest » Mon Sep 27, 2010 3:27 pm

I would like for just the Vendor Warehouse name (not the address, etc) to appear in the vendor notification. How do I change this?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Vendor Warehouse Address

Post by mazhar » Tue Sep 28, 2010 4:39 am

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

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: Vendor Warehouse Address

Post by igavemybest » Wed Oct 13, 2010 5:25 pm

Thanks, I'll give it a shot

Post Reply