Inhalte aufrufen

Profilbild

Adding MultiVendor Capability

multi vendor multi vendor shop

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
2 Antworten zu diesem Thema

#1 samdubey

samdubey

    Member

  • Members
  • PunktPunkt
  • 21 Beiträge

Geschrieben: 21 March 2015 - 14:23

Hello There,

 

I want to add multi vendor functionality to SmartStore.Net

 

i came across 2 possible scenario:

 

1. Adding multi-vendor functionality by creating plugin 

2. reviewing code from nopcommerce implementation and make possible changes to smartStore core and make it multiVendor

 

can you suggest better way?

 

Many Thanks,

 


Sameer Dubey

Director - Technology & Solutions

C-DUCK CONSULTANCY SERVICES PVT. LTD.

sameer.dubey@c-duck.com

http://www.c-duck.com - Business Application Development using AngularJs and WebApi

http://www.housy.in - Service Commerce Redefined

http://www.hostify.in - Domains and Web Hosting


#2 Murat Cakir

Murat Cakir

    SmartStore AG

  • Administrators
  • 1118 Beiträge

Geschrieben: 23 March 2015 - 17:28

The best way is without doubt to implement it as a plugin. But unfortunately there are some restrictions that come with plugin development, e.g.:

  • you cannot extend existing domain entities like Product, Category, Manufacturer etc. (for example adding new properties - thus adding new fileds to existing database tables - from outside the core is not possible).
  • Changing/extending existing views is not possible. The UI bits have to be encapsulated and provided as new tabs or completely new areas.

You should have this restrictions in mind while designing your plugin. Of couse we alway can help to make it easier for you to take the right architectural decisions. We would also extend the core if it should be necessary - or you could do it and drop a pull request.


  • samdubey gefällt das

Murat Cakir
SmartStore AG


#3 robinmuk

robinmuk

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 59 Beiträge

Geschrieben: 27 July 2016 - 22:21

Has anything changed on this matter?


Best regards

 

Robin