MAGENTO MARKETPLACE
Step 1: Update the Magento composer.json file
- Log in to your Magento server as the file system owner and navigate to the Magento root folder to install the module via Composer.
- Update the composer.json file from the command line interface (CLI) using:
composer require cometrocks/integration

Step 2: Complete the Registration of the Extension and Perform Essential Magento Tasks: Clear Cache, Deploy Static Content Files, and Compile PHP Files.
Execute the subsequent commands to successfully register the Magento 2 extension, compile the code, and deploy static view files:- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy (if your Magento is in development mode - you might want to run: “php bin/magento setup:static-content:deploy -f” instead (without quotes))
- php bin/magento cache:flush

Step 3: API keys.
Access your Magento Admin panel and proceed to Stores > Configuration > COMETROCKS > Integration. Within this section, effortlessly generate API keys by clicking the ‘Generate’ button.
EXTENSION ZIP ARCHIVE
Step 1. Preparing files.
Unpack the archive you’ve received from our platform.
Step 2. Opening files on the server.
Sign in to your Magento server as the file system owner using an SFTP client, then navigate to the root folder of your Magento installation.Step 3. Copying files.
Once you’ve extracted the archive, access the ‘app/’ directory within it, and proceed to copy the ‘code/’ folder into the corresponding ‘app/’ directory on your server.
Step 4. Complete the Registration of the Extension and Perform Essential Magento Tasks: Clear Cache, Deploy Static Content Files, and Compile PHP Files.
Execute the subsequent commands to successfully register the Magento 2 extension, compile the code, and deploy static view files:- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy (if your Magento is in development mode - you might want to run: “php bin/magento setup:static-content:deploy -f” instead (without quotes))
- php bin/magento cache:flush

Step 5: API Keys.
Access your Magento Admin panel and proceed to Stores > Configuration > COMETROCKS > Integration. Within this section, effortlessly generate API keys by clicking the ‘Generate’ button.