Vendor commission field creation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi guys, I created a new column in the database table vendor witch give me a error saying that the column is not valid.

Then i mapped the column on VendorModel, and created a field to fill on the creation of the vendor.



Is something missing me ?


Thanks !
5 years ago
You also need to update the domain and data mapping.  See the docs
http://docs.nopcommerce.com/pages/viewpage.action?pageId=1442499
5 years ago
still giving me the error invalid column name in sql
5 years ago
Post your error message here
5 years ago
pedromcjorge wrote:
Hi guys, I created a new column in the database table vendor witch give me a error saying that the column is not valid.

Then i mapped the column on VendorModel, and created a field to fill on the creation of the vendor.



Is something missing me ?


Thanks !



You have to add db column at Nop.Core/Domain/Vendor/vendor.cs file.

make sure spelling is correct..!!

IF you have still error after doing this than please post whole error here..

Hope you can understand..!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.