How to use nopCommerce Entity structure.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 年 前
Hi,

How to use nopCommerce Entity structure. If I wanted to add a record to the database and do it using the entity, I need to follow a path in nopCommerce

Thank you
6 年 前
Hello,

Follow this

https://www.nopcommerce.com/boards/t/14123/step-by-step-tutorial-for-adding-a-new-table-to-nopcommerce-23.aspx

Hope this will help you.

Thanks,
Jatin
6 年 前
enesgezici wrote:
.. add a record to the database and do it using the entity...


Would you explain that more?   Add a record (.Insert), or add a whole new entity/table?

The developer docs might help
http://docs.nopcommerce.com/display/en/Developer+tutorials
6 年 前
forefront wrote:
Hello,

Follow this

https://www.nopcommerce.com/boards/t/14123/step-by-step-tutorial-for-adding-a-new-table-to-nopcommerce-23.aspx

Hope this will help you.

Thanks,
Jatin


Thank you.

These steps do not work well in Plugin development, unfortunately.
6 年 前
New York wrote:
.. add a record to the database and do it using the entity...

Would you explain that more?   Add a record (.Insert), or add a whole new entity/table?

The developer docs might help
http://docs.nopcommerce.com/display/en/Developer+tutorials


I want to convert the model making entity. I'm developing a plugin. The toEntity structure in extension methods does not work
5 年 前
Can you share your code and what problem/error you getting??
5 年 前
rajupaladiya wrote:
Can you share your code and what problem/error you getting??



Thanks for asking for help. I found the solution to the mistake. Thanks :)
5 年 前
Glad to hear you fixed

If you share what was the problem than it’ll be good gor community
5 年 前
rajupaladiya wrote:
Glad to hear you fixed

If you share what was the problem than it’ll be good gor community



I'll make a detailed video. And it's subtitled. Very soon :)
5 年 前
That would be good. Thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.