Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

implement new control type in Nop.Core

Tags:

c#

nopcommerce

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.

like image 900
Ragesh S Avatar asked May 01 '26 06:05

Ragesh S


1 Answers

It is possible, but the fact of change Nop.Core will require you to make the same change to each NopCommerce Update.

like image 87
Greg Avatar answered May 03 '26 20:05

Greg