=== Simply.IN ===

Contributors: simplyin, przemekpoppe, mgodlewski, kgutkowski
Tags: woocommerce, checkout, payments, one-click, conversion
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
WC requires at least: 8.0
WC tested up to: 9.0
Stable tag: 5.5.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Universal one-click checkout for WooCommerce — fast, seamless shopping experience without leaving the store page.

== Description ==

Simply.IN One-Click Checkout shortens the checkout process using a universal customer profile. Works with many payment gateways and delivery options without changes.

== Features ==

- One-click checkout based on a universal customer profile.
- Supports card payments, BLIK, Apple Pay/Google Pay, PBL.
- Integration with popular delivery methods and pickup point maps.
- Compatible with block editor (Checkout Block).
- Asynchronous loading of components for better performance.
- Hooks and filters for developers.

== Technical Requirements ==

- PHP 7.4 or newer (8.1+ recommended).
- WordPress 6.0 or newer.
- WooCommerce 8.0 or newer.
- Simply.IN API key from https://merchant.simply.in.

== Installation ==

= From WordPress Admin =

1. Navigate to Plugins → Add New.
2. Click Upload Plugin and select the ZIP file.
3. Install and activate the plugin.
4. Go to WooCommerce → Settings → Simply.IN and enter your API keys from https://merchant.simply.in.

= Manual via FTP =

1. Unzip the plugin archive.
2. Copy `simplyin-checkout` folder to `/wp-content/plugins/`.
3. Activate it from Plugins → Installed Plugins.
4. Configure in WooCommerce → Settings → Simply.IN.

== Configuration ==

1. Paste API keys obtained from https://merchant.simply.in.
2. Enable desired payment gateways in WooCommerce.
3. Enable delivery and pickup point plugins.

== Frequently Asked Questions ==

= Does the plugin work without a Simply.IN account? =

No. An active account and API keys are required. Visit https://merchant.simply.in.

= Does it support my payment/delivery operator? =

Yes, it works with operators configured in WooCommerce.

= Is the plugin compatible with WooCommerce blocks? =

Yes, it supports the Checkout Block.

== Screenshots ==

1. Simply.IN Checkout form on cart/checkout page.
2. Delivery method selection with pickup map.
3. One-click payment confirmation.
4. Plugin settings in admin panel.

== Hooks for Developers ==

= Actions =

- `do_action( 'simplyin_before_checkout', $cart )`
- `do_action( 'simplyin_after_checkout', $order_id )`

= Filters =

- `apply_filters( 'simplyin_supported_gateways', $gateways )`
- `apply_filters( 'simplyin_shipping_map_args', $args )`

== Translations ==

The plugin is translation-ready (`.pot`). Text domain: `simplyin-checkout`.

== GDPR Compliance ==

Simply.IN processes data according to data minimization principles.
https://www.simply.in/privacy-policy

== Support and Issues ==

- Support email: support@simply.in

== Changelog ==

= 5.5.3 =

* First public release.
* One-click checkout, payment/delivery integrations, blocks.
