-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Multistore #2112
Dynamic Multistore #2112
Conversation
…ttps://github.com/spryker/spryker-docs into DOC-215-review-and-publish-dynamic-multistore-doc
|
||
![store-switcher](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/dynamic-multistore/dynamic-multistore.md/store-switcher.png) | ||
|
||
![search-suggestions](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/dynamic-multistore/dynamic-multistore.md/search-suggestions.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a description to this screenshot
|
||
![search-suggestions](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/dynamic-multistore/dynamic-multistore.md/search-suggestions.png) | ||
|
||
![assigned-product-searchable-in-the-storefront](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/dynamic-multistore/dynamic-multistore.md/assigned-product-searchable-in-the-storefront.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a description to this screanshot
|
||
![store-relation](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/dynamic-multistore/dynamic-multistore.md/store-relation.png) | ||
|
||
![product-prices](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/dynamic-multistore/dynamic-multistore.md/product-prices.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a description to this screanshot
…ttps://github.com/spryker/spryker-docs into DOC-215-review-and-publish-dynamic-multistore-doc
_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-cart-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202307.0/install-dynamic-multistore.md
Outdated
Show resolved
Hide resolved
|
||
Dynamic Multistore is part of an *Early Access Release*. This *Early Access* feature introduces the ability to handle the store entity in the Back Office. Business users can try creating stores without editing the `Stores.php` file and redeploying the system. | ||
In the following sections, you can learn more details about the capabilities of Dynamic Multistore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What value does this sentence give?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just seemed right to add an intro sentence for the sections
docs/pbc/all/dynamic-multistore/202307.0/base-shop/dynamic-multistore-feature-overview.md
Outdated
Show resolved
Hide resolved
docs/pbc/all/dynamic-multistore/202307.0/base-shop/dynamic-multistore-feature-overview.md
Outdated
Show resolved
Hide resolved
docs/pbc/all/dynamic-multistore/202307.0/base-shop/dynamic-multistore-feature-overview.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Andrii Tserkovnyi <andrii.tserkovnyi@spryker.com>
_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-cms-feature.md
Outdated
Show resolved
Hide resolved
...tall-features/202307.0/install-dynamic-multistore-the-customer-account-management-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-prices-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-product-feature.md
Outdated
Show resolved
Hide resolved
|
||
Dynamic Multistore is part of an *Early Access Release*. This *Early Access* feature introduces the ability to handle the store entity in the Back Office. Business users can try creating stores without editing the `Stores.php` file and redeploying the system. | ||
In the following sections, you can learn more details about the capabilities of Dynamic Multistore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just seemed right to add an intro sentence for the sections
Co-authored-by: Andrii Tserkovnyi <andrii.tserkovnyi@spryker.com>
|
||
The number of tables that use relation with the `spy_store` table may depend on the use of the functionality, and on the installed modules. | ||
|
||
The list of available tables with data that may contain a foreign key relationship: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should I do with it?
@@ -86,94 +95,94 @@ The list of available tables with data that may contain a foreign key relationsh | |||
- `spy_touch_search` | |||
- `spy_touch_storage` | |||
|
|||
Store has new configuration tables that were used for dynamic store: | |||
Store has new configuration tables that are used for dynamic store: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should I do with these tables?
The following indexes are available in the standard configuration (example: `xxx` - store name): | ||
Index name components are delimited with an underscore—for example, `spryker_xxx_page`. | ||
|
||
The following indexes are available in the standard configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should I do with them?
```json | ||
{"stores":["AT","DE","XXX"],"_timestamp":111111111111} | ||
``` | ||
- Delete key `kv:store:xxx` with value about store. | ||
3. Delete the `kv:store:xxx` key with the store value. | ||
|
||
|
||
Note: A project's custom data stored keys may also be present. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are we trying to explain here?
- `kv:price_product_abstract_merchant_relationship:xxx:*` | ||
|
||
|
||
2. Adjust `kv:store_list:` and delete the store name XXX values in stores. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should I delete? Can you provide examples of code before and after it's deleted?
```json | ||
{"stores":["AT","DE","XXX"],"_timestamp":111111111111} | ||
``` | ||
- Delete key `kv:store:xxx` with value about store. | ||
3. Delete the `kv:store:xxx` key with the store value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should I delete? Can you provide examples of code before and after it's deleted?
PR Description
This PR updates the Dynamic Multistore feature document.
Jira: https://spryker.atlassian.net/browse/DOC-215
TBD
Checklist