Skip to content
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

CC-31210: Added fixes to shipment cart feature guide. #2337

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ To start feature integration, overview, and install the necessary features:

| NAME | VERSION |
|--------------|------------------|
| Spryker Core | {{page.version}} |
| Shipment | {{page.version}} |
| Cart | {{page.version}} |
| Prices | {{page.version}} |
Expand All @@ -17,7 +18,7 @@ To start feature integration, overview, and install the necessary features:
Run the following commands to install the required modules:

```bash
composer require spryker/shipment-cart-connector: "^2.1.0" spryker/shipment-type-cart: "^0.1.0" --update-with-dependencies
composer require spryker/shipment-cart-connector: "^2.1.0" spryker/shipment-type-cart: "^1.0.0" --update-with-dependencies
```
{% info_block warningBox "Verification" %}

Expand Down Expand Up @@ -56,7 +57,7 @@ Make sure that the following changes have been applied in transfer objects:
| CartChange | class | Created | src/Generated/Shared/Transfer/CartChangeTransfer |
| Currency | class | Created | src/Generated/Shared/Transfer/CurrencyTransfer |
| ShipmentGroup | class | Created | src/Generated/Shared/Transfer/ShipmentGroupTransfer |
| Shipment | class | Created | src/Generated/Shared/Transfer/ShipmentTransfer` |
| Shipment | class | Created | src/Generated/Shared/Transfer/ShipmentTransfer |
| ShipmentMethodsCollection | class | Created | src/Generated/Shared/Transfer/ShipmentMethodsCollectionTransfer |
| ShipmentType | class | Created | src/Generated/Shared/Transfer/ShipmentTypeTransfer |
| ShipmentTypeCollection | class | Created | src/Generated/Shared/Transfer/ShipmentTypeCollectionTransfer |
Expand Down Expand Up @@ -190,4 +191,4 @@ console data:import glossary

Make sure that the configured data has been added to the `spy_glossary` table in the database.

{% endinfo_block %}
{% endinfo_block %}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ related:
link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html
---

{% include pbc/all/install-features/202307.0/install-the-shipment-cart-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202307.0/install-the-shipment-cart-feature.md -->
{% include pbc/all/install-features/{{page.version}}/install-the-shipment-cart-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/{{page.version}}/install-the-shipment-cart-feature.md -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Install the Shipment Cart feature
description: This guide provides step-by-step instruction on integrating Shipment + Cart feature into the Spryker-based project.
last_updated: Jun 16, 2021
template: feature-integration-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/shipment-cart-feature-integration
originalArticleId: a5618db0-4ee1-462e-8165-aedc13881e07
redirect_from:
- /2021080/docs/shipment-cart-feature-integration
- /2021080/docs/en/shipment-cart-feature-integration
- /docs/shipment-cart-feature-integration
- /docs/en/shipment-cart-feature-integration
- /docs/scos/dev/feature-integration-guides/202204.0/shipment-cart-feature-integration.html
- /docs/scos/dev/feature-integration-guides/202307.0/shipment-cart-feature-integration.html
related:
- title: Install the Shipment feature
link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html
---

<!-- This feature replaces the previous Shipment + Cart feature -->

{% include pbc/all/install-features/{{page.version}}/install-the-shipment-cart-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/{{page.version}}/install-the-shipment-cart-feature.md -->
Loading