本文介绍了在实施新Nop.Core控制型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在noCommerce 2.65初学者。是有可能实现的。
一个新的控制
Nop.Core.Domain.Catalog.AttributeControlType 。我尝试在Nop.Core添加一个新的控件类型
请帮助。
解决方案
1 - 添加控件类型为 Nop.Core.Domain.Catalog.AttributeControlType
2 - 修改视图的 Nop.Web.View.Catalog._ProductAttributes.cshtml 在产品页面显示
3 - 修改管理员部分可以在产品属性。
指定控件的类型
I am beginner in noCommerce 2.65. is it possible to implement a new control in
Nop.Core.Domain.Catalog.AttributeControlType. I try to add a new control type
in Nop.Core
Please Help.
解决方案
1 - Add a control type to Nop.Core.Domain.Catalog.AttributeControlType
2 - Modify the view Nop.Web.View.Catalog._ProductAttributes.cshtml for display in product page
3 - Modify the Admin part to be able to assign the type of control at the product attribute
这篇关于在实施新Nop.Core控制型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!