=== Simple Cart Fees === Contributors: anxosanchezgarcia Tags: woocommerce, fees, cart, checkout, surcharge Requires at least: 6.0 Tested up to: 6.9 Stable tag: 1.0.0 Requires PHP: 7.4 WC requires at least: 8.0 WC tested up to: 9.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Add extra fees to your WooCommerce checkout. Simple, flexible, and works with both classic and block checkout. == Description == I built this plugin because I needed a straightforward way to add fees to WooCommerce orders. No complicated settings, no bloat - just fees that work. **What it does:** * Create as many fees as you need * Make them required (always applied) or optional (customer chooses) * Set conditions like "only apply if cart is over X amount" * Works with WooCommerce taxes * Compatible with both classic checkout and the new block-based checkout * HPOS ready **Common uses:** * Handling or processing fees * Gift wrapping * Express shipping upgrades * Insurance options * Any extra service you want to offer == Installation == 1. Upload the plugin to `/wp-content/plugins/` 2. Activate it 3. Go to WooCommerce → Simple Cart Fees 4. Click "Add Fee" and configure your first fee That's it. == Frequently Asked Questions == = Does it work with the block checkout? = Yes, fully compatible with both classic and block-based checkout. = How do taxes work? = Enter prices with tax included. The plugin calculates the net amount automatically based on your tax settings. = Can customers select optional fees? = Yes. Optional fees show as checkboxes at checkout. Customers can check the ones they want. = Is it compatible with HPOS? = Yes. == Screenshots == 1. Admin page - Manage your fees 2. Edit fee modal 3. Fee displayed at checkout == Changelog == = 1.0.0 = * First release