• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Stealthauto
#1 Posted : Friday, June 6, 2008 2:25:58 PM(UTC)
Stealthauto

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!
Marcus
#2 Posted : Sunday, June 8, 2008 11:51:53 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

This would require customization to the page.
CorneliuTusnea
#3 Posted : Tuesday, June 10, 2008 6:00:23 AM(UTC)
CorneliuTusnea

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.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

Stealthauto
#4 Posted : Tuesday, June 10, 2008 11:09:36 AM(UTC)
Stealthauto

Rank: Member

Joined: 3/6/2006(UTC)
Posts: 52

Corneliu-

Worked like a charm! Thanks!
MitchA
#5 Posted : Tuesday, June 10, 2008 11:54:47 AM(UTC)
MitchA

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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012