Plugin info

Total downloads: 37
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/28/2025 (34 days ago)
Added to WordPress: 11/28/2025 (0 years old)
Minimum WordPress version: 6.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 8.1

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 34 days ago

59/100

Is Variation Hub abandoned?

Likely maintained (last update 34 days ago).

Compatibility

Requires WordPress: 6.0
Tested up to: 6.8.3
Requires PHP: 8.1

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Delete All Products for WooCommerce
Rating 5.0/5 (6 reviews)Active installs 4,000
Delete Duplicate Products for WooCommerce
Rating 3.7/5 (3 reviews)Active installs 900
Automatic Product Categories for WooCommerce
Rating 5.0/5 (6 reviews)Active installs 300
Category Tools for WooCommerce
Rating 0.0/5 (0 reviews)Active installs 100
VBULKiT – Bulk Edit WooCommerce Variations
Rating 0.0/5 (0 reviews)Active installs 70
Bulk Price Update for WooCommerce
Rating 0.0/5 (0 reviews)Active installs 70

Description

Variation Hub transforms WooCommerce variation management with a powerful Excel-like spreadsheet interface. Edit hundreds of variations simultaneously with inline editing, bulk operations, and advanced filtering.

Key Features:
* Spreadsheet View – Excel-like table with inline editing
* Bulk Operations – Update prices, stock, SKUs for multiple variations
* Advanced Filtering – Search by product name, SKU, attributes
* Performance Optimization – Handles 1000+ variations smoothly
* Attribute Manager – Convert local attributes to global
* Multi-language – English, Hungarian, German, Spanish

Perfect For:
* Fashion and clothing stores
* Electronics shops
* Any WooCommerce store with 50+ variations

Source Code & Build Instructions

This plugin includes human-readable source code for all compiled assets.

Source Code Location:
* React/TypeScript source: assets/src/
* Build configuration: vite.config.ts, tsconfig.json, package.json
* All source files are included in the plugin distribution

Build Instructions:

  1. Install dependencies:
    npm install

  2. Development mode (hot reload):
    npm run dev

  3. Production build:
    npm run build

The compiled output is generated in assets/ directory and includes:
* assets/main.js – Minified React application
* assets/assets/*.css – Compiled stylesheets

Build Tools Used:
* Vite 5.0+ – Build tool and dev server
* TypeScript 5.3+ – Type checking
* React 18.3+ – UI framework
* Tailwind CSS 3.4+ – Styling
* AG Grid Community 31+ – Data grid

All source code is open source and available for review, modification, and redistribution under the GPLv3 license.

External Services

This plugin connects to ByteBays License API for license activation and validation.

Service: ByteBays License Management System
Purpose: Activate and validate plugin licenses for Pro features
Data Sent:
* License key (provided by user)
* Domain name (your WordPress site domain)
* Site URL and Home URL
* WordPress version, WooCommerce version, Plugin version
* Timestamp of activation/validation requests

When Data is Sent:
* When you activate a Pro license in plugin settings
* Daily automatic validation (background process)
* When you deactivate a license
* Security incident reports (if license tampering detected)

Third-Party Service Provider: ByteBays (https://bytebays.com)
Terms of Service: https://bytebays.com/terms.php
Privacy Policy: https://bytebays.com/terms.php#privacy

The free version does NOT communicate with external services. License API is only used when you purchase and activate a Pro license.

Development

Source Code & Build Instructions:

This plugin includes full uncompiled source code to comply with WordPress.org guidelines (Guideline #4: Code must be mostly human readable).

Source files included in plugin:
* assets/src/ – React 18.3+ components (TypeScript 5.3+)
* package.json – npm dependencies configuration
* vite.config.ts – Vite 5.0+ build tool configuration
* tsconfig.json – TypeScript compiler settings
* tailwind.config.js – Tailwind CSS configuration

Technologies used:
* React 18.3+ with TypeScript 5.3+ (strict mode)
* Vite 5.0+ (build tool, development server)
* AG Grid Community 31+ (Excel-like spreadsheet interface)
* TanStack Query v5 (data fetching and caching)
* Tailwind CSS 3.4+ (utility-first styling)
* i18next (internationalization)

To build from source:
1. Navigate to plugin directory
2. Install dependencies: npm install
3. Build production assets: npm run build
4. Output: assets/main.js and assets/assets/main-[hash].css

Development Server (hot reload):
npm run dev
Server runs on port 5173 with hot module replacement.

Contact:
For source code questions or build support, contact: [email protected]

Installation

  1. Upload plugin files to /wp-content/plugins/variation-hub/
  2. Activate through Plugins menu
  3. Navigate to Products > Variation Hub
  4. Start managing your variations

Minimum Requirements:
* WordPress 6.0+
* WooCommerce 6.0+
* PHP 8.1+
* MySQL 5.7+

Frequently Asked Questions

Does this work with variable products?

Yes! Designed specifically for WooCommerce variable products.

Can I undo bulk changes?

Preview changes before applying. Regular backups recommended.

Is there a variation limit?

Free version supports 1,000 variations.

Does it work with multilingual sites?

Yes, compatible with WPML and Polylang.

Does it support WooCommerce HPOS?

Yes, fully compatible with HPOS.

Review feed

No reviews available

Screenshots

  1. Spreadsheet view with inline editing

    Spreadsheet view with inline editing

  2. Bulk operations panel

    Bulk operations panel

  3. Advanced filters

    Advanced filters

  4. Attribute manager

    Attribute manager

Changelog

1.0.0

  • Initial release
  • Spreadsheet view with infinite scroll
  • Inline editing
  • Bulk operations
  • Advanced filtering
  • Multi-language support
  • WooCommerce HPOS compatibility