How can I set a new parameter in App config. Do I need source code for this.
How can I set a new parameter in App config. Do I need source code for this.
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.![]()
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.