=== Change Quantity on Checkout for WooCommerce === Contributors: bhavik.kiri Tags: checkout, quantity, woocommerce, update quantity, remove product Donate link: https://www.paypal.me/BhavikKiri Requires at least: 1.4 Tested up to: 6.4.1 Requires PHP: 5.6 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Allow the customers to change the quantity & delete the product on the checkout page for WooCommerce. == Description == This plugin will allow the customers to change the quantity using WooCommerce standard quantity field & delete the product on the WooCommerce checkout page. == Installation == 1. Ensure you have latest version of WooCommerce plugin installed 2. Unzip and upload contents of the plugin to your /wp-content/plugins/ directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Quantity selector and Product delete icon will appear on the checkout page of your store. == Screenshots == 1. The Quantity selector and Product delete icon on the checkout page of your store. == Changelog == = 3.1 = * Added fix for woocommerce_cart_item_name filter = 3.0 = * Declared HPOS compatibility with custom order tables for WooCommerce. * Fixed variation name issue. * Added setting to enable or disable plugin functionality. * Added setting to hide the product delete icon on checkout page. = 2.1 = * Fixed the notice displayed on the checkout page = 2.0 = * Fixed the issue with WooCommerce 5.2, where the quantity selector was not displayed. = 1.0 = * Initial release.