- Download/purchase the extension (like zip or tar.gz archive)
- Upload Extension (as Zip or tar.gz) to your Magento installation root directory.
- Unzip the zip. Make sure file path is “app/code/Meetpxny/Iconsignit/”.
- Run the following command in the terminal.
- php bin/magento setup: upgrade
- bin/magento setup:static-content:deploy –f
- sudo chmod 777 -R /var/www/html/thefencingstore/
- We can see our module name while upgrading:

6. We need to create product attribute height, width, and length in the Magento backend.

We need to create attribute for height -> item_height, width -> item_width, length -> item_length :

7. We can find module Configuration under Stores > Configuration >Sales >Delivery Methods >

8. Enable Delivery method, set API URL and API Token, and save.

9. After this, when we flush the Magento cache and when we refresh our frontend, we can see the delivery method:

10. For that, we need to click on catalog > product in the backend as shown below:

11. After that, we need to choose products where we need to add item_length, height, and width:


Then we need to save and flush the cache.