Adobe Commerce - Installation

Support DQE
Support DQE
  • Updated

Download

DQE's Adobe Commerce Plugin is directly available on: Adobe Marketplace

It includes multiple modules such as Core, Address, Email, Phone, Names and B2B

Warning: The plugin was developed on the Luna theme of Adobe Commerce. If you are using another theme, you may need to apply some adjustments or implement it through the API.

 

How it works

A[Autocomplete on field] -- send the request --> B((Controller))

B -- make request --> D{Dqe Api}

B -- Check request --> B

B -- Send the response --> E[Model]

E -- Temp/Def save of response -->E

D -- return the response --> B

B -- return the formatted response --> F{Js}

F -- Display suggest/check on html and insert mapping hidden file --> G[Html form]

G -- Form submission --> E

 

Step by step

1. Download Module from Magento Marketplace

  • First, download the DQE module from the Magento Marketplace.

2. Add a New Repository for Composer

  • Open your composer.json file and add the following repository configuration:
"repositories": [
  {
    "type": "path",
    "url": "/full/or/relative/path/to/development/package"
  }
]
  • Note: This path should be the full path to the module directory, not a zip path.

3. Require the Connector via Composer

  • Run the following command to require the connector package from Composer:
composer require dqe-software/connector -vvv

4. Enable the Modules

  • After installing the modules, run the following command to enable them:
php bin/magento module:enable Dqe_Core Dqe_Address Dqe_Email Dqe_Name

Related to

Was this article helpful?

0 out of 0 found this helpful