Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 noCommerce 2.65 的初学者。是否可以实施新的控制
Nop.Core.Domain.Catalog.AttributeControlType。我尝试添加新的控件类型
在 Nop.Core
请帮忙。
1 - 将控件类型添加到Nop.Core.Domain.Catalog.AttributeControlType
2 - 修改视图Nop.Web.View.Catalog._ProductAttributes.cshtml以显示在产品页面中
3 - 修改管理部分,以便能够在产品属性中分配控件类型
这是可能的,但更改 Nop.Core 的事实将要求您对每个 NopCommerce 更新进行相同的更改。