Install the Merchant Portal - Marketplace Merchant feature

Edit on GitHub

This 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 202212.0 Merchant Portal Core feature integration
Marketplace Merchant 202212.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.