=== Flowbyte Store Booster ===
Contributors: wojciechborowicz
Tags: woocommerce, email, shipping, pricing, wishlist
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Modular WooCommerce enhancements: bulk pricing, fees, shipping rules, follow-up emails, wishlists and more. Enable only what you need.

== Description ==

Flowbyte Store Booster bundles a set of independent WooCommerce enhancements into one plugin. Every feature is a module you switch on or off from a single dashboard (**Store Booster**), so the store only loads what it actually uses.

Available modules:

* **Bulk Pricing** — per-product quantity tiers ("buy more, save more"), with per-variation overrides. Never raises the price above an active sale price.
* **Conditional Fees** — add a fixed or percentage cart fee based on cart subtotal, category, country or payment method.
* **Flexible Shipping** — rule-based shipping methods with first-match tiers (by cart total, weight, item count, postcode or destination).
* **Free Shipping Bar** — a progress bar showing how much more the customer needs to spend.
* **Order Rules (Min / Max)** — enforce a minimum/maximum cart subtotal or item count on both the classic and block-based checkout.
* **Sequential Order Numbers** — strictly consecutive order numbers from an independent counter.
* **Order Number Offset** — start order numbers from a chosen base.
* **Abandoned Cart**, **After-Sales** and **Win-Back** emails — automated, scheduled follow-up emails.
* **Back-in-Stock** — let customers join a waitlist and email them automatically when a product is restocked.
* **Email Designer** — brand every WooCommerce email (colours, logo, fonts, footer) and compose per-email content with a block editor and live preview.
* **Wishlist** — add-to-wishlist for logged-in customers and guests.

= Requires =
WooCommerce must be installed and active.

== Installation ==

1. Upload the `flowbyte-woocommerce-booster` folder to `/wp-content/plugins/`, or install the ZIP via **Plugins → Add New → Upload Plugin**.
2. Activate the plugin through the **Plugins** screen.
3. Go to **Store Booster** in the admin menu and switch on the modules you want. Each module exposes its own settings beneath its switch.

== Frequently Asked Questions ==

= Does this require WooCommerce? =
Yes. If WooCommerce is not active, the plugin stays dormant and shows an admin notice.

= Are all modules on by default? =
No. Every module is off until you enable it from the Store Booster dashboard.

= Is it compatible with High-Performance Order Storage (HPOS)? =
Yes. The plugin declares HPOS compatibility and reads/writes orders through the WooCommerce CRM API.

= What happens to my data if I uninstall? =
Deleting the plugin removes its options, the back-in-stock waitlist, plugin meta and scheduled tasks. Your WooCommerce orders, products and customers are not affected.

== Changelog ==

= 1.0.1 =
* Bulk Pricing: never raises a product above its current/sale price; picks the cheapest qualifying tier.
* Sequential Order Numbers: numbers are assigned when an order is placed (not on draft creation), preventing gaps on block checkout; "set next number" can only move forward to avoid duplicates.
* Order Rules: now enforced on the block-based (Store API) checkout as well as the classic checkout.
* Email Designer: live brand preview; clearer warnings for non-order emails; corrected footer placeholder hints.
* Coding-standards pass: prefixed all meta keys, moved inline scripts to enqueued assets, added output-time escaping, added readme and uninstall routines.
* Translations now load on `init` to satisfy WordPress 6.7+.

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.1 =
Bug fixes for bulk pricing, sequential order numbers and block-checkout order rules, plus an improved Email Designer. Recommended for all users.
