TransactPay by TransactWorld Digital
This plugin is the official TransactWorld Digital payment plugin for WooCommerce.
by TransactWorld Digital Engineers · github.com/transactionworldai/transactpay-wordpress · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/transactionworldai/transactpay-wordpress/archive/refs/heads/main.zipTransactpay
the official woocommerce plugin for Transactpay.
Development Dependencies
- wp-env
- Github Codespaces
- Gitpod
Buidling a complete package.
This plugin makes use of jetpack-autoloader. make sure you run the command below to generate the required files.
composer dump-autoload -o
To Create a zip file to share with merchants. Simply run the command below.
pnpm build
How to Install a WordPress Plugin
Installing a WordPress plugin is a simple process. Follow the steps below to add and activate plugins on your WordPress site.
Method 1: Installing a Plugin from the WordPress Dashboard
-
Login to WordPress Admin
- Go to
yourwebsite.com/wp-adminand log in with your credentials.
- Go to
-
Navigate to Plugins Section
- In the WordPress dashboard, on the left-hand menu, click on
Pluginsand selectAdd New.
- In the WordPress dashboard, on the left-hand menu, click on
-
Search for a Plugin
- Use the search bar on the top-right to find the plugin you want to install. For example, search for "Transactpay".
-
Install the Plugin
- Once you've found your desired plugin, click the
Install Nowbutton.
- Once you've found your desired plugin, click the
-
Activate the Plugin
- After installation, click the
Activatebutton to start using the plugin.
- After installation, click the
Method 2: Installing a Plugin by Uploading a Zip File
-
Download the Plugin Zip File
- Obtain the
.zipfile for the plugin from the official WordPress plugin directory or from Github.
- Obtain the
-
Login to WordPress Admin
- Go to
yourwebsite.com/wp-adminand log in with your credentials.
- Go to
-
Navigate to Plugins Section
- In the WordPress dashboard, click on
Plugins>Add New.
- In the WordPress dashboard, click on
-
Upload the Plugin
- At the top of the page, click
Upload Plugin. Then click theChoose Filebutton and select the.zipfile you downloaded.
- At the top of the page, click
-
Install and Activate the Plugin
- Once the file is uploaded, click
Install Now, and after installation, clickActivateto start using the plugin.
- Once the file is uploaded, click
Method 3: Installing a Plugin via FTP
-
Download the Plugin Zip File
- Obtain the
.zipfile for the plugin and extract it to a folder on your computer.
- Obtain the
-
Connect to Your Website via FTP
- Use an FTP client like FileZilla to connect to your website server. You will need your FTP login credentials.
-
Upload the Plugin
- Navigate to the
/wp-content/plugins/directory on your server. Upload the extracted plugin folder to this directory.
- Navigate to the
-
Activate the Plugin
- After uploading, go to the WordPress dashboard. Navigate to
Plugins, find your newly uploaded plugin, and clickActivate.
- After uploading, go to the WordPress dashboard. Navigate to
Troubleshooting
- If you receive an error like
The plugin does not have a valid header, the plugin may not be properly installed. Try deleting and reinstalling it. - Make sure your plugin is compatible with your version of WordPress by checking the plugin documentation.