Custom Products module: Create the constants
After you integrate the OpenAccess enhancer, you create the constants for the Products module. The constants define what you can do within the Products module, for example view a product, edit a product, and so forth. To include the constants in your project perform the following:
- In the context menu of folder Model in the ProductsModule project, click Add » Class.
- Name the class file ProductsConstants.cs and click Add.
- Open the ProductsConstants.cs file and modify the ProductsConstant class definition in the following way: