BV Commerce Forum
»
BV Commerce Support
»
How Do I? Questions
»
How do I show email address in the Order Manager list?
Rank: Member
Joined: 3/6/2006(UTC) Posts: 52
|
How do I show email address in the Order Manager list? Is this possible? It makes it easy to get emails quickly withouth having to open each order.
Thanks! |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
This would require customization to the page.
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
The easiest way is to modify the BVAdmin\Orders\Default.aspx.vb, find the GridView1_RowDataBound and replace this: If SoldToField IsNot Nothing Then SoldToField.Text = o.BillingAddress.FirstName + " " + o.BillingAddress.LastName End If with this: If SoldToField IsNot Nothing Then SoldToField.Text = o.BillingAddress.FirstName + " " + o.BillingAddress.LastName + "<br/>" + o.UserEmail End If Regards, Corneliu. |
|
|
|
|
Rank: Member
Joined: 3/6/2006(UTC) Posts: 52
|
Corneliu-
Worked like a charm! Thanks! |
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
I've got a few wholesalers that I drop-ship for who's orders all look the same in the list. Would adding the ship-to name be about as easy:
+ "<br/>" + o.ShippingAddress.LastName |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.