我想在nopCommerce 2.65中覆盖位于我的自定义主题中的Nop.Plugin.Payments.Manual / Views / PaymentManual中的视图。 我的自定义主题位于Nop.Web / Themes,使用HTML to nopCommerce theme中的信息开发。
这可能吗?或更新插件视图的唯一方法是更新插件的源代码?
非常感谢您的帮助。
答案 0 :(得分:1)
我想你可能会。 该插件将在以下4个位置查找视图:
~/Themes/MyTheme/Views/PaymentManual/Nop.Plugin.Payments.Manual.Views.PaymentManual.PaymentInfo.cshtml
~/Themes/MyTheme/Views/PaymentManual/Nop.Plugin.Payments.Manual.Views.PaymentManual.PaymentInfo.vbhtml
~/Themes/MyTheme/Views/Shared/Nop.Plugin.Payments.Manual.Views.PaymentManual.PaymentInfo.cshtml
~/Themes/MyTheme/Views/Shared/Nop.Plugin.Payments.Manual.Views.PaymentManual.PaymentInfo.vbhtml
答案 1 :(得分:0)
不幸的是,插件的视图是嵌入式视图,如果不修改插件的源代码并重新编译它,就无法覆盖它们。