Can i redirect to action from plugin class

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I am facing issue i have my own custom plugin for payment i have two class for custom plugin paymentSPIsettings.css and paymentSPI.css for business logic can i redirect from plugin to any action?
5 years ago
Qami wrote:
I am facing issue i have my own custom plugin for payment i have two class for custom plugin paymentSPIsettings.css and paymentSPI.css for business logic can i redirect from plugin to any action?


Yes you can do redirect from plugin's Controller class. Go through the  Nop.Plugin.Payments.PayPalStandard plugin

~Source\Plugins\Nop.Plugin.Payments.PayPalStandard\Controllers\PaymentPayPalStandardController.cs

.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.