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

Notification

Icon
Error

Matt@9BallDesign
#1 Posted : Friday, February 5, 2010 11:02:10 AM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

While it is technically a private note, it's really a customer instruction that the phone reps are adding to the order for the customer to see.


The current Admin Order - Customer Instructions gets posted to the order as a private note. We're of the opinion that it should be posted as a public note.
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative & Builder's Hardware

------------------------------------------------
General_Tools
#2 Posted : Wednesday, February 17, 2010 10:43:22 AM(UTC)
General_Tools

Rank: Member

Joined: 1/10/2008(UTC)
Posts: 10

You can fix this with a few changes to NewOrder.aspx.vb in BVAdmin>Orders. I set mine up so that anything posted to Customer Instructions upon order entry will appear under Customer Instructions in the order manager. It's helpful for when customers want to add a PO to their order, because now it will show up on the email confirmations.


Line 315



Code:

o.UserEmail = Me.EmailAddressTextBox.Text
'Add user comments to the order
o.Instructions = Me.InstructionsField.Text.Trim


[/code]

Line 347 - Comment the Following Lines


[code]
'Dim note As New Orders.OrderNote()
'note.Note = InstructionsField.Text
'note.NoteType = Orders.OrderNoteType.Private
'o.AddNote(note)

That will stop the customer instructions from posting to private notes. Hope this helps!
Matt@9BallDesign
#3 Posted : Wednesday, February 17, 2010 3:36:46 PM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

hey... thanks for this! I really appreciate the help.
works like a charm.
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative & Builder's Hardware

------------------------------------------------
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