Dont want to let customers use the add note feature?
Posted: Wed Mar 12, 2008 8:53 am
Just make the following change in
~/ConLib/MyOrderPage.ascx.cs
Find
Change to
Why are all of these paramaters not setable via the storefront?
~/ConLib/MyOrderPage.ascx.cs
Find
Code: Select all
private bool _AllowAddNode = true;
Code: Select all
private bool _AllowAddNode = false;