accessiBe Help Center

How to install accessWidget on an Adobe Commerce (Magento) store

  • Updated

Install the accessiBe extension, accessWidget on your Adobe Commerce (formerly Magento) store to make it accessible for everyone. 

To install accessWidget on an Adobe Commerce store

  1. In the Adobe Commerce Marketplace, search for accessibe and select Add to cart.Screenshot of Adobe marketplace
  2. Install the accessiBe Magento extension using one of the following two methods, each designed to accommodate different user preferences and environments. 
  3. Once you have installed the extension, activate accessWidget on your site.

Install the extension using Composer

Composer installation is the recommended method if you are comfortable with command-line operations and looking for a streamlined process that integrates well with Magento’s dependency management. 

To install the accessWidget extension using Composer

  1. Navigate to your Magento root directory via terminal. 
  2. Run the following command to require the extension: 
    composer require accessibe/accesswidget 
  3. Enable the extension: 
    php bin/magento module:enable Accessibe_AccessWidget 
  4. Update the Magento database schema: 
    php bin/magento setup:upgrade 
  5. Compile and deploy static content (necessary for production mode): 
    php bin/magento setup:di:compile 
    php bin/magento setup:static-content:deploy -f 
  6. Clear the cache to ensure changes are visible: 
    php bin/magento cache:flush

Install the extension via manual zip extraction

This method is suited for users who prefer a manual approach or have restrictions preventing using Composer.

To install the accessWidget extension via manual zip extraction

  1. Download the extension zip file. 
  2. Extract the contents to the Adobe Commerce directory app/code/Accessibe/AccessWidget
  3. Enable the extension: 
    php bin/magento module:enable Accessibe_AccessWidget 
  4. Update the Magento database schema: 
    php bin/magento setup:upgrade 
  5. Compile and deploy static content (for production mode): 
    php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f 
  6. Clear the cache: 
    php bin/magento cache:flush 

Note: It is crucial after any installation or upgrade to flush Magento cache and deploy static content. This practice guarantees that all changes take immediate effect and that the site runs optimally.

Activate and purchase accessWidget

Once installed, you can activate and manage accessWidget from the Adobe Commerce Admin panel.

To activate accessWidget

  1. Login to Adobe Commerce.
  2. In the Admin panel, navigate to Content > accessibe.
  3. Login to accessiBe or sign up to create an account.Screenshot of create account
  4. Select your Adobe Commerce domain from the dropdown and select Let's Go,Screenshot of select domain
    Your trial has started.
  5. Select Got it!.
  6. Go to the Manage License tab.
  7. Choose the plan that best matches your needs and select Buy Plan.Screenshot of buy plan
  8. Select the Customize Widget tab to make changes to the widget’s appearance.

Good work! You've installed accessWidget, making your shop accessible.

For more information see our Website Onboarding Guide and follow the instructions to ensure proper installation and performance.

Uninstall the accessWidget extension

Uninstall using this method is suitable only for users who have installed the widget using Composer. 

  1. Disable the extension: 
    php bin/magento module:disable Accessibe_AccessWidget 
  2. Uninstall the module and remove its data from the database: 
    php bin/magento module:uninstall Accessibe_AccessWidget --remove-data 
  3. Remove the package via Composer: 
    composer remove accessibe/accesswidget 
  4. Recompile and redeploy to ensure all traces are cleared: 
    php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f
  5. Flush the cache: 
    php bin/magento cache:flush

Was this article helpful?

8 out of 8 found this helpful