Installation

Learn how to install the PowerBoard Magento 2 Extension in your environment

PowerBoard Magento Extension

This document will guide you on how to install PowerBoard extension on your Magento store.


Check your Compatibility

The PowerBoard extension has been tested and is compatible with the below Magento Versions:

MagentoVersions
Magento Open Source2.4.4 | 2.4.5 | 2.4.6
Magento On Premise2.4.4 | 2.4.5 | 2.4.6
Adobe Commerce Cloud2.4.4 | 2.4.5 | 2.4.6

❗️

Magento Currency

The PowerBoard Magento Extension requires your store to be set to Australian Currency (AUD)

Installing the Extension

Before installing in your environment, please ensure you:

  1. Back up your environment files and database
  2. Start with you test/development environment to avoid production issues

Install via Adobe Marketplace (Recommended)

  1. Download the extension via the Adobe Marketplace.

Install via Composer

  1. Run the following command to download the PowerBoard extension
    composer require paydock/magento2-powerboard
  2. Setup the extension
    php bin/magento setup:upgrade
    php bin/magento cache:flush
    php bin/magento cache:clean
  3. Once the extension is setup and installed correctly visit our configuration page to configure the extension to your required payment methods.
  4. Test the extension in your test environment before deploying to production.

Upgrading the Extension

Before installing in your environment, please ensure you:

  1. Back up your environment files and database
  2. Start with you test/development environment to avoid production issues

Upgrade via Composer

  1. Run the following command to update the extension:
    composer update paydock/magento2-powerboard
  2. Setup the new version
    bin/magento setup:upgrade

Uninstall the Extension

Before uninstalling in your environment, please ensure you:

  1. Back up your environment files and database
  2. Start with you test/development environment to avoid production issues

Uninstall via Composer

  1. Run the following command to update the extension:
    composer remove paydock/magento2-powerboard
  2. Setup the new version
    bin/magento setup:upgrade

What’s Next