Dont want to let customers use the add note feature?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Dont want to let customers use the add note feature?

Post by compunerdy » Wed Mar 12, 2008 8:53 am

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?

Post Reply