Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: adding parameter in app config

  1. #1
    ashugarg is offline Junior Member
    Join Date
    Aug 2009
    Posts
    3

    Default adding parameter in app config

    How can I set a new parameter in App config. Do I need source code for this.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Just use the 'Add New' feature on the AppConfig page in the admin site. Source isn't required to add the AppConfig, though depending on what you're trying to do some code mods might be needed to get it to function.

  3. #3
    ashugarg is offline Junior Member
    Join Date
    Aug 2009
    Posts
    3

    Default Source code required for adding new app-config parameter

    I have to restrict the maximum no of items user can add to cart before checkout.For this is created a app-config parameter MaxSizeOfCart and set its value to 10. But I do not know how to apply this parameter. I wonder if I can put this validation without source code.


    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    Just use the 'Add New' feature on the AppConfig page in the admin site. Source isn't required to add the AppConfig, though depending on what you're trying to do some code mods might be needed to get it to function.