Installation
import { Steps } from ‘@astrojs/starlight/components’;
Installation
Section titled “Installation”Follow these steps to install a Colvor plugin on your WordPress site.
Requirements
Section titled “Requirements”Before you begin, make sure your environment meets these requirements:
- WordPress 6.4 or later
- WooCommerce 8.0 or later
- PHP 8.1 or later
- A valid Colvor License Key (purchased at colvor.com)
Install via WordPress Dashboard
Section titled “Install via WordPress Dashboard”-
Download your plugin
Log in to colvor.com, navigate to My Purchases, and download the.zipfile for your plugin. -
Upload to WordPress
In your WordPress admin, go to Plugins → Add New → Upload Plugin, select the.zipfile you downloaded, then click Install Now. -
Activate the plugin
After installation, click Activate Plugin. -
Activate your license
Navigate to WooCommerce → Colvor Settings and enter your License Key. See the License Activation guide for full details.
Install via FTP / SSH
Section titled “Install via FTP / SSH”If you prefer manual installation:
# Unzip the pluginunzip colvor-plugin.zip
# Upload to your plugins directoryscp -r colvor-plugin/ user@yourserver.com:/var/www/html/wp-content/plugins/Then activate from Plugins → Installed Plugins in your WordPress admin.
Verify Installation
Section titled “Verify Installation”After activation, you should see a Colvor entry in your WooCommerce settings panel. If you don’t, check that WooCommerce is active and that your PHP version meets the requirements.