System Requirements
Before installing WC Price History, ensure your WordPress site meets the following requirements:
Required:
- WordPress 5.8 or higher
- WooCommerce 3.0 or higher (must be installed and activated)
System Requirements:
- PHP, MySQL, and memory requirements are the same as WordPress and WooCommerce
- If your store already runs WordPress and WooCommerce successfully, no additional system changes are needed
Installation from WordPress Repository
Method 1: WordPress Admin Dashboard
- Log in to your WordPress admin dashboard
- Navigate to Plugins → Add New
- Search for “WC Price History” or “wc-price-history”
- Click Install Now next to the plugin
- Click Activate after installation completes
Method 2: WordPress.org Plugin Directory
- Visit the WC Price History plugin page
- Click the Download button
- Upload the ZIP file via Plugins → Add New → Upload Plugin
- Click Install Now and then Activate
Installation from GitHub (Development Version)
For developers or users who want the latest features:
Prerequisites:
- Git installed on your server
- Composer installed
- Node.js and npm installed
Installation Steps:
- Clone the repository:
git clone https://github.com/kkarpieszuk/wc-price-history.git cd wc-price-history - Install PHP dependencies:
composer install - Install Node.js dependencies:
npm install - Copy the plugin folder to your WordPress plugins directory:
cp -r wc-price-history /path/to/wordpress/wp-content/plugins/ - Activate the plugin through WordPress admin dashboard
Plugin Activation
After Installation:
- Navigate to Plugins in your WordPress admin
- Find “WC Price History” in the list
- Click Activate
First-Time Setup:
- The plugin will automatically start scanning your existing products
- You’ll see a notice about the initial scan process
- You can configure settings while the scan is running
Verification:
- Check that WooCommerce is active and functioning
- Visit a product page to see if price history appears
- Note: With default settings, price history will only show on products that are on sale with a set sale start date
- Access plugin settings via WooCommerce → Price History
Troubleshooting Installation:
- Ensure WooCommerce is installed and activated first
- Check file permissions on the plugin directory
- Check WordPress/PHP error logs for any issues
- Check if plugin is active
- If above does not help, visit support forum
