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.jsonfile 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