Page 1 of 1

Dont want to let customers use the add note feature?

Posted: Wed Mar 12, 2008 8:53 am
by compunerdy
Just make the following change in
~/ConLib/MyOrderPage.ascx.cs

Find

Code: Select all

private bool _AllowAddNode = true;
Change to

Code: Select all

private bool _AllowAddNode = false;
Why are all of these paramaters not setable via the storefront?