How to override order view file from plugin for nop38 version

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
How to override order view file from plugin for nop38 version.



I need to add one more button next to export button. I have try to use IViewEngine to change view file but how to pass model to this IViewEngine?

code snapshot as below



Order view required model. but how to send model from iviewengine?
4 years ago
You may need to override the route/method if you want to customize the model. ViewEngine is used just to locate the view's location.
4 years ago
Issue is solved
4 years ago
sangeetshah wrote:
Issue is solved

Great. But, won't it be better if you post the solution once you solve the issue? Someone may find it useful in the future and it will help them save time.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.