=== RT Gift Wrap for WooCommerce === Tags: woocommerce, gift wrap, products, checkout Requires at least: 6.0 Tested up to: 6.8 Stable tag: 1.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Adds a gift wrap option to products in your WooCommerce store. == Description == This plugin allows you to offer a gift wrapping service to your customers on the checkout page. When a customer selects the gift wrap option, a fee is added to their order. == Installation == 1. Upload the `rt-gift-wrap-for-woocommerce` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's it! The gift wrap option will now appear on your checkout page. == Frequently Asked Questions == = How do I change the gift wrap fee? = Currently, the fee is hardcoded in `controllers/GiftWrapController.php`. You can change the value of the `$gift_wrap_fee` variable. == Screenshots == 1. The gift wrap option on the checkout page. == Changelog == = 1.0 = * Initial release. == Upgrade Notice == = 1.0 = * Initial release.