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

Update install-the-return-management-feature.md #2578

Merged
merged 4 commits into from
Mar 25, 2024
Merged
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 @@ -754,6 +754,20 @@ Make sure the order items that transit from status `shipped` to `waiting for ret

{% endinfo_block %}

### Update Back Office navigation

```bash
console navigation:build-cache
```

{% info_block warningBox "Verification" %}

Make sure that the **Sales > Returns** navigation item is displayed.

{% endinfo_block %}



## Install feature frontend

Follow the steps below to install the feature front end.
Expand Down Expand Up @@ -965,7 +979,7 @@ return.create_return.validation.items_error,Für dieses Set der Artikel kann die

2. Import data:

``bash
```bash
console data:import:glossary
```

Expand Down
Loading