0

我想在 nopCommerce 2.65 中从我的自定义主题中覆盖位于 Nop.Plugin.Payments.Manual/Views/PaymentManual 中的视图。我的自定义主题位于 Nop.Web/Themes 并使用HTML 到 nopCommerce 主题中的信息开发。

这可能吗?或者更新插件视图的唯一方法是更新插件的源代码?

非常感激你的帮助。

4

2 回答 2

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
于 2012-10-25T00:15:01.563 回答
0

不幸的是,插件的视图是嵌入式视图,如果不修改插件的源代码并重新编译它,就无法覆盖它们。

于 2012-10-29T15:03:41.343 回答