Install the Merchant Portal - Marketplace Merchant feature
Edit on GitHubThis document describes how to install the Merchant Portal - Marketplace Merchant feature.
Install feature core
Follow the steps below to install the Merchant Portal - Marketplace Merchant feature core.
Prerequisites
Install the required features:
NAME | VERSION | INSTALLATION GUIDE |
---|---|---|
Marketplace Merchant Portal Core | 202404.0 | Install the Merchant Portal Core feature |
Marketplace Merchant | 202404.0 | Install the Marketplace Merchant feature |
1) Install the required modules
Install the required modules using Composer:
composer require spryker/merchant-profile-merchant-portal-gui:"^1.0.0" --update-with-dependencies
Verification
Make sure that the following modules have been installed:
MODULE | EXPECTED DIRECTORY |
---|---|
MerchantProfileMerchantPortalGui | vendor/spryker/merchant-profile-merchant-portal-gui |
2) Set up transfer objects
Generate transfer changes:
console transfer:generate
3) Add translations
Generate a new translation cache for Zed:
console translator:generate-cache
4) Configure navigation
Build navigation cache
Execute the following command:
console navigation:build-cache
Verification
Make sure that the navigation menu of the Merchant Portal has the Profile section.
Thank you!
For submitting the form