How to load my mvc core project into nopcommerce theme?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 年 前
hi.
i develop small Mvc program for my product. how can i import it into nopcommerce and load it in one page? it's used own model and database separately.
thanks.
3 年 前
[email protected] wrote:
hi.
i develop small Mvc program for my product. how can i import it into nopcommerce and load it in one page? it's used own model and database separately.
thanks.


What is the framework for the MVC Program ?
https://stackoverflow.com/questions/43101899/net-core-and-classic-asp-in-the-same-solution

Or is it .netCore or ?
There was a similar post recently
https://www.nopcommerce.com/en/boards/topic/89331/i-have-two-databases-now-one-is-nopcommerces-database-another-is-mine-because-i-have-some-special-ta
and
https://www.nopcommerce.com/en/boards/topic/89361/mapping-with-entity-to-model-version-43
3 年 前
my project is mvc core and contain some controller and views and using entity framework core.
3 年 前
What version of nopCommerce are you using ?
v4.2 is entity framework, v4.3 is Linq2db
It is possible to integrate your code
but it will require some conversion to do the same thing is your code but converted to nopCommerce code
You can look at some of the plugins to see what they do.
and look at the other post links above when another user was trying to link another database
3 年 前
my project is EFcore.
so if i convert my project to widget, can i add it to one topic or page??? and show it on menu.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.