PaymentDirector plugin error after installation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 anos atrás
After Installig PaymentDirector plugin for NopC330

I'm getting the below error instead of how it intend to work.

Error Message : A public action method 'null' was not found on controller 'Nop.Admin.Controllers.PluginController'.

Details :System.Web.HttpException (0x80004005): A public action method 'null' was not found on controller 'Nop.Admin.Controllers.PluginController'. at System.Web.Mvc.Controller.HandleUnknownAction(String actionName) at System.Web.Mvc.Controller.
10 anos atrás
1) Be sure you downloaded the correct version of plugin for your version of nopCommerce

2) After you download the .zip file, right click the file in the File Explorer > Properties > click Unblock button.  Then, unzip the file (or if using File Explorer folder directly, copy the files to your site's \Plugins folder)

3) Be sure all the files are present in plugin folder:

Description.txt
logo.jpg
... .dll
Web.config
Views\...\Configure.cshtml

4) ASP.NET caches assemblies.  "Touch" your Global.asax file (by putting a blank line at the end of the file and save it).  That will force ASP.NET to recompile.  (It will restart the web application)

(Are you using source or no-source version of nopCommerce?)
10 anos atrás
I'm using the source version of nopcommerce 3.30 and i installed PaymentDirector1-07

I placed all the files
description,
logo,
dll.
And I also placed the two cshtml page for Payment under the view.

Actually the installation went success and i can able to configure the payment director and test also working well, but the main problem is when I check out from the public store there is no payment mode available

all i get is

(Sorry, we can't offer this payment method at this time)
(Sorry, we can't offer this payment method at this time)

when i debug it there are two payment mode returning one is "Payment Director" and another is "This trial has expired, or you've exceeded allowable attempts" both with "Payment.Error" as PaymentMethodSystemName

Have I missed anything?
10 anos atrás
Email us at support at noptools.com and we'll send you a temporary license.  On the configuration page, look above the grid on the left, and send use the url and domain reported there.
10 anos atrás
Yeah got it, its because of trial version planning to buy the licence.

Thank You :)
9 anos atrás
One more question.

How to use the plugin in local for testing.
9 anos atrás
Email support at noptools.com and we'll issue you a temp license for your dev server.  Be sure to install the plugin, go to the config page, and get the url reported (just above grid on the left); email us that url.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.