Changeset 2360263
- Timestamp:
- 08/13/2020 02:57:29 PM (6 years ago)
- Location:
- woo-update-cart-qty-dynamic
- Files:
-
- 2 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-update-cart-qty-dynamic/trunk/readme.txt
r2349304 r2360263 6 6 Requires at least: 4.9 7 7 Requires PHP: 5.6 8 Tested up to: 5. 4.28 Tested up to: 5.5 9 9 Stable tag: trunk 10 10 License: GPLv2+ … … 23 23 == Plugin Requirements == 24 24 * This plugin requires WordPress 4.9 or greater 25 * This plugin requires WooCommerce 3.0.0 25 26 * This plugin requires PHP 5.6 or greater 26 27 … … 38 39 1. WooCommerce cart page after plugin activation. 39 40 41 40 42 == Changelog == 41 42 43 43 44 = 1.0 = … … 45 46 46 47 = 1.1 = 47 * Tested up to WP 5.4.2 48 ||||||| .r1964803 49 === Dynamic Cart Quantity for WooCommerce === 50 Contributors: mardroid 51 Donate link: https://paypal.me/MarcelTannich 52 Tags: woocommerce, dynamic, quantity, dynamic quantity, hide update button, shop, woo 53 Requires at least: 4.9 54 Requires PHP: 5.6 55 Tested up to: 5.0 Alpha 56 Stable tag: trunk 57 License: GPLv2+ 58 License URI: http://www.gnu.org/licenses/gpl-2.0.html 59 60 Dynamic Cart Quantity for WooCommerce 61 62 == Description == 63 64 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! 65 66 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. 67 68 <strong>There are no options</strong>. Just activate the plugin and it will works. 69 70 == Plugin Requirements == 71 * This plugin requires WordPress 4.9 or greater 72 * This plugin requires PHP 5.6 or greater 48 * Tested up to WP 5.5 73 49 74 50 75 == Installation ==76 77 1. Go to your WP Dashboard > Plugins and search for ‘Dynamic Cart Quantity for WooCommerce’ or…78 2. Download the plugin from WP repository.79 3. Upload the ‘woo-update-cart-qty-dynamic’ folder to the '/wp-content/plugins/' directory80 2. Activate the plugin through the 'Plugins' menu in WordPress81 82 83 == Screenshots ==84 85 1. WooCommerce cart page before and after plugin activation.86 87 == Changelog ==88 89 90 = 1.0 =91 * Initial release92 =======93 === Dynamic Cart Quantity for WooCommerce ===94 Contributors: mardroid95 Donate link: https://paypal.me/MarcelTannich96 Tags: woocommerce, cart, shop, dynamic, quantity, dynamic quantity, hide update button, woo97 Requires at least: 4.998 Requires PHP: 5.699 Tested up to: 5.2.1100 Stable tag: trunk101 License: GPLv2+102 License URI: http://www.gnu.org/licenses/gpl-2.0.html103 104 Dynamic Cart Quantity for WooCommerce105 106 == Description ==107 108 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!109 110 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.111 112 <strong>There are no options</strong>. Just activate the plugin and it will works.113 114 == Plugin Requirements ==115 * This plugin requires WordPress 4.9 or greater116 * This plugin requires PHP 5.6 or greater117 118 119 == Installation ==120 121 1. Go to your WP Dashboard > Plugins and search for ‘Dynamic Cart Quantity for WooCommerce’ or…122 2. Download the plugin from WP repository.123 3. Upload the ‘woo-update-cart-qty-dynamic’ folder to the '/wp-content/plugins/' directory124 2. Activate the plugin through the 'Plugins' menu in WordPress125 126 127 == Screenshots ==128 129 1. WooCommerce cart page after plugin activation.130 131 == Changelog ==132 133 134 = 1.0 =135 * Initial release136 137 = 1.1 =138 * Tested up to WP 5.2.1139 >>>>>>> .r2349265
Note: See TracChangeset
for help on using the changeset viewer.