我想在nopCommerce 2.65中覆蓋位於我的自定義主題內的Nop.Plugin.Payments.Manual/Views/PaymentManual中的視圖。 我的自定義主題位於Nop.Web/Themes,並使用HTML to nopCommerce theme中的信息開發。如何覆蓋nopCommerce 2.65主題中的插件視圖?
這可能嗎?或更新插件視圖的唯一方法是更新插件的源代碼?
非常感謝您的幫助。
我想在nopCommerce 2.65中覆蓋位於我的自定義主題內的Nop.Plugin.Payments.Manual/Views/PaymentManual中的視圖。 我的自定義主題位於Nop.Web/Themes,並使用HTML to nopCommerce theme中的信息開發。如何覆蓋nopCommerce 2.65主題中的插件視圖?
這可能嗎?或更新插件視圖的唯一方法是更新插件的源代碼?
非常感謝您的幫助。
我想你也許能夠。 該插件會尋找在這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
不幸的是,該插件的意見被嵌入的意見,你不能在不修改插件的源代碼,並重新編譯覆蓋它們。
你是否找到了這個問題的答案? – ulty4life
請注意,自3.40以後,無法覆蓋插件的視圖。物理路徑現在需要http://www.nopcommerce.com/boards/t/31404/views-and-themes-in-version-340.aspx – mems