A Magento 2 utility module that allows users to select and install dimensional attributes
A Magento 2 utility module that allows users to select and install dimensional attributes., (*1)
Dimensional Weight Attributes is a module that allows users to select and install dimensional attributes, so that they could be used by other modules., (*2)
Below, you can find two ways to install the dimensional weight attributes module., (*3)
First, make sure that Composer is installed: https://getcomposer.org/doc/00-intro.md, (*4)
Make sure that Packagist repository is not disabled., (*5)
Run Composer require to install the module:, (*6)
php <your Composer install dir>/composer.phar require shopgo/dimensional-weight-attributes:*
Clone the dimensional-weight-attributes repository using either the HTTPS or SSH protocols., (*7)
Create a directory for the dimensional weight attributes module and copy the cloned repository contents to it:, (*8)
mkdir -p <your Magento install dir>/app/code/ShopGo/DimensionalWeightAttributes cp -R <dimensional-weight-attributes clone dir>/* <your Magento install dir>/app/code/ShopGo/DimensionalWeightAttributes
If you added the module to an existing Magento installation, run the following command:, (*9)
php <your Magento install dir>/bin/magento setup:upgrade
Enter the following command:, (*10)
php <your Magento install dir>/bin/magento module:status
The following confirms you installed the module correctly, and that it's enabled:, (*11)
example List of enabled modules: ... ShopGo_DimensionalWeightAttributes ...
TODO, (*12)
Ammar (ammar@shopgo.me), (*13)
Open Source License, (*14)