https://github.com/marceltannich/woo-update-cart-qty-dynamic
This plugin will hide in WooCommerce the "Update Cart" button and reload the quantity changes dynamic over jQuery. You don't need this extra click anymore!
https://github.com/marceltannich/woo-update-cart-qty-dynamic
Last synced: 3 months ago
JSON representation
This plugin will hide in WooCommerce the "Update Cart" button and reload the quantity changes dynamic over jQuery. You don't need this extra click anymore!
- Host: GitHub
- URL: https://github.com/marceltannich/woo-update-cart-qty-dynamic
- Owner: marceltannich
- License: gpl-2.0
- Created: 2018-09-17T21:20:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T18:36:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T20:25:32.054Z (5 months ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/woo-update-cart-qty-dynamic/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Dynamic Cart Quantity for WooCommerce ===
Contributors: mardroid
Donate link: https://paypal.me/MarcelTannich
Tags: woocommerce, cart, shop, dynamic, quantity, dynamic quantity, hide update button, woo
Requires at least: 4.9
Tested up to: 6.0
Stable tag: 1.1
Requires PHP: 5.6
License: GPLv2+
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlDynamic Cart Quantity for WooCommerce
== Description ==
This plugin will hide the WooCommerce "Update Cart" button and reload the quantity changes dynamic over jQuery. You don't need this extra click anymore!
This Plugin is based on a posting on StackExchange related to WordPress developers. I modified the basic concept and created a plugin out of it that WordPress users with less experience in PHP can integrate this function easily without destroying their functions.php file.
There are no options. Just activate the plugin and it will works.
== Plugin Requirements ==
* This plugin requires WordPress 4.9 or greater
* This plugin requires WooCommerce 3.0.0
* This plugin requires PHP 5.6 or greater== Installation ==
1. Go to your WP Dashboard > Plugins and search for ‘Dynamic Cart Quantity for WooCommerce’ or…
2. Download the plugin from WP repository.
3. Upload the ‘woo-update-cart-qty-dynamic’ folder to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress== Screenshots ==
1. WooCommerce cart page after plugin activation.
== Changelog ==
= 1.0 =
* Initial release= 1.1 =
* Tested up to WP 6.0