How to install WooCommerce plugin on WordPress
Install WooCommerce by navigating to your WordPress admin dashboard, going to Plugins > Add New, searching for 'WooCommerce', and clicking Install Now. After activation, follow the setup wizard to configure your online store with payment methods, shipping options, and tax settings.
Prerequisites
- WordPress website with admin access
- PHP 7.4 or higher
- MySQL 5.6 or MariaDB 10.1 or higher
- HTTPS SSL certificate
Step-by-Step Instructions
Access WordPress Admin Dashboard
yoursite.com/wp-admin and enter your administrator credentials. Once logged in, you'll see the WordPress dashboard with the main navigation menu on the left side.Navigate to Plugin Installation
Search for WooCommerce
Install WooCommerce Plugin
Activate WooCommerce
Complete Store Setup Wizard
Configure Payment and Shipping
Verify Installation
Common Issues & Troubleshooting
Plugin installation fails or times out
Check your server's PHP memory limit and increase it to at least 256MB. Contact your hosting provider if you don't have access to modify php.ini settings. Alternatively, try uploading the plugin via FTP.
WooCommerce setup wizard doesn't appear after activation
Navigate to WooCommerce > Home in your WordPress dashboard and click Run the setup wizard. If still not visible, go to WooCommerce > Settings to configure manually.
Website shows errors after WooCommerce activation
Deactivate WooCommerce temporarily and check if your theme is WooCommerce compatible. Update WordPress to the latest version and ensure no plugin conflicts exist by deactivating other plugins one by one.
Shop pages return 404 errors
Go to Settings > Permalinks in WordPress admin and click Save Changes to refresh permalink structure. This regenerates the rewrite rules needed for WooCommerce pages to work properly.