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
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:
- 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:
4. Enable the Modules
- After installing the modules, run the following command to enable them:
Related to