nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.15k stars 5.26k forks source link

Multi-tenant support #225

Closed mariannk closed 6 years ago

mariannk commented 8 years ago

Let's consider adding support for multi-tenant. Mostly it could be useful for SaaS solutions based on nopCommerce. The final decision will be based on number of development changes and requests from our clients.

Some useful links for investigation

tigran-avdalyan commented 7 years ago

http://www.nopcommerce.com/boards/t/44692/in-multi-store-i-need-different-admin-for-each-store.aspx

QuanNH88 commented 7 years ago

Nopcommerce Multi Tenant Download

Supported Versions: 3.9 http://nopplugin.com/nopcommerce-multi-tenant-download

AndreiMaz commented 6 years ago

After some discussion decided not to implement it out of the box. We leave it for customization or plugin development

QuanNH88 commented 6 years ago

Dear!

We are pleased to announce official nopcommerce multi tenant 4.0 is released (aspnetcore 2.0.0).

In the new version, we continue upgrade the core and improve performance.

View demo: http://nopplugin.com/nopcommerce-multi-tenant-download

Thanks you!

reader-man commented 1 year ago

hi, i wanted to iterate on the subject of multi-tenant, and if u can look at the shared folder, as it has a plugin + video to make nopCommerce Multi-Tenant. maybe you might make it a feature in your comming release. It has multiple benifits:

  1. sharding the database in a horizontal way with open source projects like: Vitess "https://vitess.io/"
  2. some queries in nopCommerce that will need to join multiple tables to retrieve the data related to a specific vendorID, will be direct and faster.

in the following folder, you see: 1> The plugin 2> A video describing what it does: https://drive.google.com/drive/folders/1U-WtOYJaCSBPSwzk63NAi9kTwLswH5IB?usp=sharing