Hi,
I am currently trying to customize nopCommerce (version 1.8). I would like to add the functionality for performing some periodic action (for example: get all orders placed in current month at the end of each month and write them into the file). Is there any recommended way to do this? I found a section "Schedule Task" in web.config.
How can I add my own task (the one above mentioned) to those scheduled tasks?
I have quite a good asp.net background but no experience with Entity Framework.