=== Quick Checkout Links for WooCommerce ===
Contributors: roper
Tags: woocommerce, checkout, cart links, quick checkout, affiliate
Requires at least: 5.0
Tested up to: 7.0
Stable tag: 1.0.2
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Generate quick checkout links with pre-filled cart items. Perfect for promotions and affiliate marketing.

== Description ==

Quick Checkout Links for WooCommerce allows you to generate links that add products directly to cart and redirect to checkout. Perfect for:

* Promotional campaigns
* Affiliate marketing
* Fast checkout for repeat customers
* Bulk link generation

= Features =

* Search and select existing products
* Create hidden products on the fly
* Custom quantities per product
* Order source tracking in admin
* No external services
* 100% free

== Installation ==

1. Upload to `/wp-content/plugins/quick-checkout-links`
2. Activate the plugin
3. Go to Checkout Links menu
4. Add products and generate links

== Frequently Asked Questions ==

= Do I need to create products first? =

You can either select existing products or create new hidden products directly in the generator.

= Where can I see order sources? =

The "Origin" column in WooCommerce orders shows which orders came from quick checkout links.

= Does this plugin call any external services? =

No. Everything runs locally on your WordPress installation.

== Changelog ==

= 1.0.1 =
* Fix: Remove unnecessary core file includes
* Fix: Adjust admin menu position to 80
* Fix: Update prefix from qcl_ to quickcl_

= 1.0.0 =
* Initial release