Hello,

My company has decided to use nopCommerce as its new e-commerce web shop.  We have the requirement to fetch the terms and conditions page and privacy policy from an external RESTful web service.
Additionally, once the user registers we need to store the version of the T&C's and Privacy policy the user has accepted using this same web service.
When the user logs in again, if the terms and conditions or privacy policy have been updated then we need to re-display the policies and require the user to accept before log in continues.
As a new developer of nopCommerce plugins, I hope some experienced developer can suggest where to start.
Any help would be appreciated.