System Requirements
Minimum Requirements
Section titled “Minimum Requirements”| Component | Version |
|---|---|
| WordPress | 6.2+ |
| WooCommerce | 8.0+ |
| PHP | 8.1+ |
| MySQL | 5.7+ |
| MariaDB | 10.3+ |
Important: The plugin requires PHP 8.1 or higher due to modern PHP features (readonly properties, enums).
Recommended Requirements
Section titled “Recommended Requirements”| Component | Version |
|---|---|
| WordPress | Latest stable (6.5+) |
| WooCommerce | Latest stable (8.7+) |
| PHP | 8.2+ |
| MySQL | 8.0+ |
| MariaDB | 10.6+ |
| RAM | 512 MB+ |
| PHP Memory Limit | 512 MB+ |
For larger e-shops with many products and rules, we recommend PHP 8.2+ and a 512 MB+ memory limit.
PHP Configuration
Section titled “PHP Configuration”memory_limit = 512Mmax_execution_time = 300Frequently Asked Questions
Section titled “Frequently Asked Questions”Does the plugin work with PHP 8.0?
No, the minimum is PHP 8.1 due to readonly properties, enums, and first-class callable syntax.
Why WooCommerce 8.0+?
The plugin uses modern APIs: High-Performance Order Storage (HPOS), Cart/Checkout blocks.
How do I check my PHP version?
WordPress admin: Tools → Site Health → Info → Server, or WooCommerce → Status → System Status.
Lower memory limit?
The plugin works with 256 MB, but it may cause errors with large catalogs. We recommend 512 MB.