Fluent Commerce Logo
Docs
Sign In

Adobe Commerce Connector Package Installation

How-to Guide

Author:

Fluent Commerce

Changed on:

13 Feb 2024

Key Points

  • Prior to installing the Adobe connector package, make sure that the versions are compatible. 
  • In order to install the connector package, you would need to back up the system and the data base, download the package, enable the module and confirm the installation.

Steps

Step arrow right iconStep 1: Setup

Currently, the extension is not hosted on the Adobe Marketplace, but it can be downloaded. Once it’s available in a repository like the Adobe Marketplace, the installation will follow the usual composer approach.

Adobe Commerce Version

Adobe Fluent Download 

Supported PHP Versions

2.4.6

Adobe Commerce Connector package

PHP 8.1 and PHP 8.2

2.4.5

Adobe Commerce Connector package

PHP 7.4 and PHP 8.1

2.4.4

Adobe Commerce Connector package

PHP 7.4

Until then, download the package from the link above and un-package it to /app/code inside your Adobe Commerce installation.


Step arrow right iconStep 2: Enable the module

1/bin/magento setup:upgrade

Step arrow right iconStep 3: Verify it is active

1/bin/magento module:status

Step arrow right iconStep 4: Build the new module

1rm -rf ./generated/*
2
3php bin/magento setup:di:compile
4
5php bin/magento setup:static-content:deploy -f
6
7php bin/magento cache:clean
8
9php bin/magento cache:flush
Fluent Commerce

Fluent Commerce