bradeng wrote:Having issues getting this to show up in NOPCOmmerce, I tried directly putting the data into the plugins folder and it did not work, I then opened it in Visual Studio 2010 and then tried to build the solution but it would not work because of a bunch of missing references such as FLUENTVALIDATION. Can someone give me direction on this? I appreciate any insight.
Just saw your post and if you still need help, here it is. I had a similar experience, 4 of the missing references can be found in your NOP site deployment's bin folder:
FluentValidation
Nop.Core
Nop.Services
Nop.Web.Framework
And the Payflow_dotNET reference is located in this plugin's source folder under the DLL directory.
I hope that helps!