Skip to content

Commit

Permalink
docs(marketplace): remove marketplace from 2.0, next sidebars; add de…
Browse files Browse the repository at this point in the history
…precation notice
  • Loading branch information
Machiko Yasuda authored and machikoyasuda committed Jul 2, 2019
1 parent f8d0cf8 commit e50a072
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions public-docs/core-plugins-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Marketplace Plugin (Meteor)
---

> **Note**: Deprecating marketplaces: Reaction will not be recreating current implementation of marketplaces in v2.x. Our focus in the near-term is on improving support for multi-shop orchestration tools, for merchants who have multiple properties or sales channels.
Every Reaction Commerce installation inherently supports multiple shops: almost all entities and permissions are scoped by shop ID. But there is no relationship between these shops and they do not mix.

If you are interested in creating a marketplace experience, there is an experimental alpha plugin in [`/imports/plugins/included/marketplace`](https://github.com/reactioncommerce/reaction/tree/v1.15.0/imports/plugins/included/marketplace) that allows you to create shops that are “merchant” shops belonging to another shop. Use this at your own risk and expect to have to customize it a bit.
Expand Down
1 change: 0 additions & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
],
"Core Plugins": [
"core-plugins-intro",
"core-plugins-marketplace",
"core-plugins-stripe",
"core-plugins-simple-inventory",
"core-plugins-sitemap-generator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ id: version-2.0.0-core-plugins-marketplace
original_id: core-plugins-marketplace
---

> **Note**: Deprecating marketplaces: Reaction will not be recreating current implementation of marketplaces in v2.x. Our focus in the near-term is on improving support for multi-shop orchestration tools, for merchants who have multiple properties or sales channels.
Every Reaction Commerce installation inherently supports multiple shops: almost all entities and permissions are scoped by shop ID. But there is no relationship between these shops and they do not mix.

If you are interested in creating a marketplace experience, there is an experimental alpha plugin in [`/imports/plugins/included/marketplace`](https://github.com/reactioncommerce/reaction/tree/v1.15.0/imports/plugins/included/marketplace) that allows you to create shops that are “merchant” shops belonging to another shop. Use this at your own risk and expect to have to customize it a bit.
Expand Down
1 change: 0 additions & 1 deletion website/versioned_sidebars/version-2.0.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
],
"Core Plugins": [
"version-2.0.0-core-plugins-intro",
"version-2.0.0-core-plugins-marketplace"
"version-2.0.0-core-plugins-stripe",
"version-2.0.0-core-plugins-simple-inventory",
"version-2.0.0-core-plugins-sitemap-generator",
Expand Down

0 comments on commit e50a072

Please sign in to comment.