Skip to content

Installation

import { Steps } from ‘@astrojs/starlight/components’;

Follow these steps to install a Colvor plugin on your WordPress site.

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)
  1. Download your plugin
    Log in to colvor.com, navigate to My Purchases, and download the .zip file for your plugin.

  2. Upload to WordPress
    In your WordPress admin, go to Plugins → Add New → Upload Plugin, select the .zip file you downloaded, then click Install Now.

  3. Activate the plugin
    After installation, click Activate Plugin.

  4. Activate your license
    Navigate to WooCommerce → Colvor Settings and enter your License Key. See the License Activation guide for full details.

If you prefer manual installation:

Terminal window
# Unzip the plugin
unzip colvor-plugin.zip
# Upload to your plugins directory
scp -r colvor-plugin/ user@yourserver.com:/var/www/html/wp-content/plugins/

Then activate from Plugins → Installed Plugins in your WordPress admin.

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.