Merchant Portal - Marketplace Merchant feature integration

Edit on GitHub
You are browsing a previous version of the document. The latest version is 202212.0.

This document describes how to integrate the Merchant Portal - Marketplace Merchant feature into a Spryker project.

Install feature core

Follow the steps below to install the Merchant Portal - Marketplace Merchant feature core.

Prerequisites

To start feature integration, integrate the required features:

NAME VERSION INTEGRATION GUIDE
Marketplace Merchant Portal Core 202204.0 Merchant Portal Core feature integration
Marketplace Merchant 202204.0 Marketplace Merchant feature integration

1) Install the required modules using Composer

Install the required modules:

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.