Vendor commission field creation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 5 años
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 !
Hace 5 años
You also need to update the domain and data mapping.  See the docs
http://docs.nopcommerce.com/pages/viewpage.action?pageId=1442499
Hace 5 años
still giving me the error invalid column name in sql
Hace 5 años
Post your error message here
Hace 5 años
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.