How can i call ReturnView() from my plugin for Checkout/Confirm View ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 Jahre weitere
Hi all,

I have implemented a plugin for 3-D secure payment. I would like to redirect user from this plugin to Confirm View (in Nop.Web.Views.Checkout folder) with CheckoutConfirmModel instance in case of exception.

How should I call ReturnView method ? What is the proper view name of Confirm view ?

I can use RedirectToRoute method but I would like to pass model as parameter.

e.g.

ReturnView("~/Checkout/Confirm",model) -- error
ReturnView("~/Confirm",model) -- error
11 Jahre weitere
The answer is at http://stackoverflow.com/questions/17275779/routing-in-mvc3-how-can-i-call-returnview-for-a-view-in-another-folder
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.